From: Alan Mackenzie Date: Thu, 20 Jul 2006 09:46:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~1323 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d8cd72025ef574a37ee51d6e9452cd7ce7a26633;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b99fffcf5db..a71ea08d741 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,17 @@ +2006-07-20 Alan Mackenzie + + * progmodes/cc-langs.el (c-emacs-variable-inits): new variable. + (c-lang-setvar): new macro. + (c-make-init-lang-vars-fun): Use the initialization forms in + c-emacs-variable-inits in addition to those in c-lang-variable-inits. + (comment-start, comment-end, comment-start-skip): Change these from + c-lang-defvar's to c-lang-setvar's. + + * progmodes/cc-mode.el (c-make-emacs-variables-local): new macro, + which calls make-local-variable on the elements of + c-emacs-variable-inits. + (c-init-language-vars-for): Call this new macro. + 2006-07-19 Stefan Monnier * progmodes/compile.el (compilation-error-regexp-alist-alist) :