diff options
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 |