]> git.eshelyaron.com Git - emacs.git/commitdiff
* progmodes/cpp.el (cpp-edit-load): Make the order of listed conditions in a base...
authorMasatake YAMATO <jet@gyve.org>
Thu, 19 Jan 2006 10:57:44 +0000 (10:57 +0000)
committerMasatake YAMATO <jet@gyve.org>
Thu, 19 Jan 2006 10:57:44 +0000 (10:57 +0000)
lisp/ChangeLog
lisp/progmodes/cpp.el

index 6ade27143911f7880558639d63754dc55237026a..9e67c7dacdf1791a8e24cb506fb4bfff93d69b8f 100644 (file)
@@ -1,3 +1,9 @@
+2006-01-19  Masatake YAMATO  <jet@gyve.org>
+
+       * 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.
+       
 2006-01-19  Kenichi Handa  <handa@m17n.org>
 
        * international/mule.el (auto-coding-regexp-alist-lookup): New
index cf119bde719f2d8838f4cc9f17ede3d06b4c215a..06a141016e5423cc62c150f3fcb7605a54dcc7b8 100644 (file)
@@ -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))