Mercurial > emacs
diff lisp/progmodes/cpp.el @ 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 | 4009e1aa393f |
| children | dc49655f57ae 5b7d410e31f9 |
line wrap: on
line diff
--- 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))
