diff options
| author | Dmitry Gutov | 2014-03-18 08:06:33 +0200 |
|---|---|---|
| committer | Dmitry Gutov | 2014-03-18 08:06:33 +0200 |
| commit | 2b7858ecbd57f16d0a20906dd792fd96049c5952 (patch) | |
| tree | 8514ab26cdcaa7b1c20bef830438969bc94538ac /lisp/ChangeLog | |
| parent | 1917cf46bba74cdd0bcd1d0545cbd688db4e76f9 (diff) | |
| download | emacs-2b7858ecbd57f16d0a20906dd792fd96049c5952.tar.gz emacs-2b7858ecbd57f16d0a20906dd792fd96049c5952.zip | |
Further tweaks for comment-start-skip behavior
* lisp/newcomment.el (comment-normalize-vars): Only add escaping check
to `comment-start-skip' if not `comment-use-syntax'.
(comment-beginning): Use `narrow-to-region' instead of moving back
one character.
(http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
(comment-start-skip): Update the docstring.
Fixes: debbugs:16971
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3cec8c34a2c..e6155d7237a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2014-03-18 Dmitry Gutov <dgutov@yandex.ru> | ||
| 2 | |||
| 3 | * newcomment.el (comment-normalize-vars): Only add escaping check | ||
| 4 | to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971) | ||
| 5 | (comment-beginning): Use `narrow-to-region' instead of moving back | ||
| 6 | one character. | ||
| 7 | (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html) | ||
| 8 | (comment-start-skip): Update the docstring. | ||
| 9 | |||
| 1 | 2014-03-18 Daniel Colascione <dancol@dancol.org> | 10 | 2014-03-18 Daniel Colascione <dancol@dancol.org> |
| 2 | 11 | ||
| 3 | * startup.el (tty-handle-args): Remove debug message from 2007. | 12 | * startup.el (tty-handle-args): Remove debug message from 2007. |