aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorAlan Mackenzie2010-02-25 21:21:25 +0000
committerAlan Mackenzie2010-02-25 21:21:25 +0000
commit8a249abc87b8775c9412fe3a1bed73e429cdacab (patch)
tree516d027319670bd360490000442141a4d35e28e6 /lisp/ChangeLog
parented20a012b845a6e6dc7b0c037e5cf0b8e54ab4d1 (diff)
downloademacs-8a249abc87b8775c9412fe3a1bed73e429cdacab.tar.gz
emacs-8a249abc87b8775c9412fe3a1bed73e429cdacab.zip
(i) Remove any hard syntax-table properties for <, > inserted by C-y.
(ii) Remove category text props, not syntax-table ones in unmarking <, >.
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 d0cdaf25a23..59bd441f0d8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12010-02-25 Alan Mackenzie <acm@muc.de>
2
3 * progmodes/cc-engine.el (c-clear-<-pair-props)
4 (c-clear->-pair-props): Correct to wipe category text props, not
5 syntax-table ones.
6
7 * progmodes/cc-mode.el (c-after-change): Remove any hard
8 syntax-table properties for <, > which, e.g., C-y has
9 inopportunely converted from category properties.
10
12010-02-24 Chong Yidong <cyd@stupidchicken.com> 112010-02-24 Chong Yidong <cyd@stupidchicken.com>
2 12
3 * files.el (hack-local-variables-filter): For eval forms, also 13 * files.el (hack-local-variables-filter): For eval forms, also