1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-08 15:35:02 +00:00

* 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.

This commit is contained in:
Masatake YAMATO 2006-01-19 10:57:44 +00:00
parent 194939e3cf
commit 9a8ee44887
2 changed files with 8 additions and 0 deletions

View 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

View 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))