diff options
| author | Dmitry Gutov | 2014-03-17 08:48:09 +0200 |
|---|---|---|
| committer | Dmitry Gutov | 2014-03-17 08:48:09 +0200 |
| commit | 218feefcc075f3da15c87f06fa418048ffe5ae3a (patch) | |
| tree | 6b2bfcf66218596a34a01fa0092700f1a455eaff /lisp/ChangeLog | |
| parent | 4f8aeb84b61f3be4eb0b5a7e3be0f7f8e9d5200e (diff) | |
| download | emacs-218feefcc075f3da15c87f06fa418048ffe5ae3a.tar.gz emacs-218feefcc075f3da15c87f06fa418048ffe5ae3a.zip | |
Restore compatibility with legacy comment-start-skip values
* lisp/newcomment.el (comment-beginning): If `comment-start-skip'
doesn't match, move back one char and try again.
Fixes: debbugs:16971
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5f348fbc499..b3f9a9073f6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2014-03-17 Dmitry Gutov <dgutov@yandex.ru> | 1 | 2014-03-17 Dmitry Gutov <dgutov@yandex.ru> |
| 2 | 2 | ||
| 3 | * newcomment.el (comment-beginning): If `comment-start-skip' | ||
| 4 | doesn't match, move back one char and try again. (Bug#16971) | ||
| 5 | |||
| 3 | * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set | 6 | * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set |
| 4 | `comment-use-syntax' to t to avoid the unnecessary runtime check. | 7 | `comment-use-syntax' to t to avoid the unnecessary runtime check. |
| 5 | Set `comment-start-skip' to a simpler value that doesn't try to | 8 | Set `comment-start-skip' to a simpler value that doesn't try to |