aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorAlan Mackenzie2010-05-21 19:51:48 +0000
committerAlan Mackenzie2010-05-21 19:51:48 +0000
commitc0209c2c68aeb23ce0480d42e4bfcc7fd13ce374 (patch)
treecd87ee4566280563e0a1a42c7a9c28406239c43d /lisp/ChangeLog
parent98fe5161c42a5ec64df3d0418f918a5ab8c909d6 (diff)
downloademacs-c0209c2c68aeb23ce0480d42e4bfcc7fd13ce374.tar.gz
emacs-c0209c2c68aeb23ce0480d42e4bfcc7fd13ce374.zip
Fix a bug which happens when doing (c-parse-state) in a CPP construct:
Exclude any "new" CPP construct from taking part in the scanning.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3671e2461aa..7c0fb21483f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12010-05-21 Alan Mackenzie <acm@muc.de>
2
3 * progmodes/cc-engine.el (c-parse-state-get-strategy): Replace
4 parameter `here' with `here-' and `here-plus', which sandwich any
5 pertinent CPP construct.
6 (c-remove-stale-state-cache-backwards): Fix a bug which happens
7 when doing (c-parse-state) in a CPP construct: Exclude any "new"
8 CPP construct from taking part in the scanning.
9
12010-05-21 Michael Albinus <michael.albinus@gmx.de> 102010-05-21 Michael Albinus <michael.albinus@gmx.de>
2 11
3 * net/tramp.el (tramp-do-copy-or-rename-file) 12 * net/tramp.el (tramp-do-copy-or-rename-file)