aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDmitry Gutov2014-03-17 08:22:58 +0200
committerDmitry Gutov2014-03-17 08:22:58 +0200
commit4f8aeb84b61f3be4eb0b5a7e3be0f7f8e9d5200e (patch)
treecb6bb5a1ebe11f0b7f2c74041448c5d532f7e505 /lisp/ChangeLog
parentdd72e25cb2561f180437db5e84b08dd7670809ae (diff)
downloademacs-4f8aeb84b61f3be4eb0b5a7e3be0f7f8e9d5200e.tar.gz
emacs-4f8aeb84b61f3be4eb0b5a7e3be0f7f8e9d5200e.zip
Fix debbugs#16971
* lisp/emacs-lisp/lisp-mode.el (lisp-mode-variables): Set `comment-use-syntax' to t to avoid the unnecessary runtime check. Set `comment-start-skip' to a simpler value that doesn't try to check if the semicolon is escaped (this is handled by `syntax-ppss' now). * lisp/progmodes/scheme.el (scheme-mode-variables): Same.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cf42e8ccef6..5f348fbc499 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12014-03-17 Dmitry Gutov <dgutov@yandex.ru>
2
3 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set
4 `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
6 check if the semicolon is escaped (this is handled by
7 `syntax-ppss' now). (Bug#16971)
8
9 * progmodes/scheme.el (scheme-mode-variables): Same.
10
12014-03-16 Martin Rudalics <rudalics@gmx.at> 112014-03-16 Martin Rudalics <rudalics@gmx.at>
2 12
3 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007). 13 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).