changeset 68254:e330fc29ae3e

* 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.
author Masatake YAMATO <jet@gyve.org>
date Thu, 19 Jan 2006 10:57:44 +0000
parents 10bc0cd3a053
children 1c0fec1100de
files lisp/ChangeLog lisp/progmodes/cpp.el
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Jan 19 06:36:46 2006 +0000
+++ b/lisp/ChangeLog	Thu Jan 19 10:57:44 2006 +0000
@@ -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
--- a/lisp/progmodes/cpp.el	Thu Jan 19 06:36:46 2006 +0000
+++ b/lisp/progmodes/cpp.el	Thu Jan 19 10:57:44 2006 +0000
@@ -526,6 +526,8 @@
 		     '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))