Files
emacs/lisp
Alan Mackenzie 326ffcce5f Allow line comments ending with escaped NL to be continued to the next line.
Use this in C, C++, and Objective C Modes.  Fixes bug#22246

* src/syntax.c (comment-end-can-be-escaped): New buffer local variable.
(forw-comment, back-comment): On encountering an end of comment character,
test whether it is escaped when `comment-end-can-be-escaped' is non-nil.

* doc/lispref/syntax.texi (Control Parsing): Describe
`comment-end-can-be-escaped'.

* etc/NEWS (Lisp Changes): Describe `comment-end-can-be-escaped'.

* lisp/progmodes/cc-langs.el: New c-lang-setvar `comment-end-can-be-escaped'.
2015-12-28 16:01:05 +00:00
..
2015-11-03 16:16:54 -06:00
2015-12-07 23:28:18 -08:00
2015-12-27 21:13:59 +01:00
2015-09-24 08:54:39 -04:00
2015-11-18 13:25:08 +01:00
2015-12-26 18:30:07 +02:00
2015-10-21 20:26:49 -07:00
2015-11-10 10:23:00 -08:00
2015-10-20 18:22:48 -07:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-11-08 15:22:09 +01:00
2015-12-18 17:32:52 +01:00
2015-12-22 09:58:54 -07:00
2015-11-07 14:35:10 +02:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-09-01 18:23:21 -07:00
2015-11-24 23:13:30 +01:00
2015-12-01 07:18:24 -05:00
2015-09-17 16:09:39 -07:00
2015-11-27 13:14:06 -05:00
2015-09-17 16:09:39 -07:00
2015-09-01 18:23:21 -07:00
2015-08-24 23:57:25 -07:00
2015-08-24 23:57:25 -07:00
2015-12-05 11:32:01 +02:00
2015-10-01 22:27:41 -07:00

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
'term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.