+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
'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))