aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorAlan Mackenzie2014-11-05 17:57:50 +0000
committerAlan Mackenzie2014-11-05 17:57:50 +0000
commitceb7a7dfb8a2c2b17ac876e693d462ec65dcd97a (patch)
tree53ee22be83c7414e44ce046e9872d51be408cfc3 /lisp/ChangeLog
parentbd02f3d40e764945066e90921481bfccfb4407fa (diff)
downloademacs-ceb7a7dfb8a2c2b17ac876e693d462ec65dcd97a.tar.gz
emacs-ceb7a7dfb8a2c2b17ac876e693d462ec65dcd97a.zip
Fix wrong bound to c-font-lock-declarators. Fixes bug #18948.
progmodes/cc-fonts.el (c-font-lock-declarations): Pass "(point-max)" as bound to c-font-lock-declarators, not "limit", as the buffer is sometimes narrowed to less than "limit" (e.g., in the presence of macros).
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4a3b1dcd96a..111f98b8d4e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12014-11-05 Alan Mackenzie <acm@muc.de>
2
3 Fix wrong bound to c-font-lock-declarators. Fixes bug #18948.
4 * progmodes/cc-fonts.el (c-font-lock-declarations): Pass
5 "(point-max)" as bound to c-font-lock-declarators, not "limit", as
6 the buffer is sometimes narrowed to less than "limit" (e.g., in
7 the presence of macros).
8
12014-11-05 Michael Albinus <michael.albinus@gmx.de> 92014-11-05 Michael Albinus <michael.albinus@gmx.de>
2 10
3 * net/tramp.el (tramp-error-with-buffer): Show connection buffer 11 * net/tramp.el (tramp-error-with-buffer): Show connection buffer