From 9a8ee44887f9429e294cf7a32ce0c158930104d4 Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Thu, 19 Jan 2006 10:57:44 +0000 Subject: * 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. --- lisp/progmodes/cpp.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp/progmodes/cpp.el') 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)) -- cgit v1.2.3