comparison lisp/ChangeLog @ 72030:b0477954803b

*** empty log message ***
author Alan Mackenzie <acm@muc.de>
date Thu, 20 Jul 2006 09:46:04 +0000
parents 7b30bf7651d1
children a77b2ac7cfec
comparison
equal deleted inserted replaced
72029:c8c04c1c517d 72030:b0477954803b
1 2006-07-20 Alan Mackenzie <acm@muc.de>
2
3 * progmodes/cc-langs.el (c-emacs-variable-inits): new variable.
4 (c-lang-setvar): new macro.
5 (c-make-init-lang-vars-fun): Use the initialization forms in
6 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
7 (comment-start, comment-end, comment-start-skip): Change these from
8 c-lang-defvar's to c-lang-setvar's.
9
10 * progmodes/cc-mode.el (c-make-emacs-variables-local): new macro,
11 which calls make-local-variable on the elements of
12 c-emacs-variable-inits.
13 (c-init-language-vars-for): Call this new macro.
14
1 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca> 15 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
2 16
3 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>: 17 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
4 Try to rule out false positives due to time stamps. 18 Try to rule out false positives due to time stamps.
5 (compilation-mode-font-lock-keywords): Remove rules made redundant 19 (compilation-mode-font-lock-keywords): Remove rules made redundant