aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorMasatake YAMATO <[email protected]>2006-01-19 10:57:44 +0000
committerMasatake YAMATO <[email protected]>2006-01-19 10:57:44 +0000
commit9a8ee44887f9429e294cf7a32ce0c158930104d4 (patch)
tree0ed46f8e5e4e2ca4624fdb5236de46a67b70d9e9 /lisp/progmodes
parent194939e3cfad5d09034743d0b1fdebc8b0763769 (diff)
* progmodes/cpp.el (cpp-edit-load): Make the order of listed conditions in a base C code buffer and its associate CPP Edit buffer the same.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/cpp.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/cpp.el b/lisp/progmodes/cpp.el
index cf119bde71..06a141016e 100644
--- a/lisp/progmodes/cpp.el
+++ b/lisp/progmodes/cpp.el
@@ -526,6 +526,8 @@ You can also use the keyboard accelerators indicated like this: [K]ey."
'cpp-edit-toggle-unknown)
(insert (format "\n\n\n%39s: %14s %14s %7s\n\n" "Expression"
"[T]rue Face" "[F]alse Face" "[W]rite"))
+
+ (setq symbols (reverse symbols))
(while symbols
(let* ((symbol (car symbols))
(entry (assoc symbol cpp-edit-list))