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:
parent
194939e3cf
commit
9a8ee44887
@ -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
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user