diff options
| author | Alan Mackenzie | 2007-07-28 11:50:44 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2007-07-28 11:50:44 +0000 |
| commit | d445096897022e3c326ebbe912f6255b337bc5cf (patch) | |
| tree | b11b9792a648d1628db0ceeba279241ef7eab929 | |
| parent | 664a406f0202130158ff4540f453f5e5385fc41b (diff) | |
| download | emacs-d445096897022e3c326ebbe912f6255b337bc5cf.tar.gz emacs-d445096897022e3c326ebbe912f6255b337bc5cf.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d94dca6a204..ee84d615046 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2007-07-28 Alan Mackenzie <acm@muc.de> | ||
| 2 | |||
| 3 | Fix problem with modes derived from CC Mode: | ||
| 4 | * progmodes/cc-mode.el (c-make-emacs-variables-local): move this | ||
| 5 | macro to cc-langs. | ||
| 6 | (c-init-language-vars-for): remove call to above macro. | ||
| 7 | * progmodes/cc-langs.el (c-make-emacs-variables-local): macro has | ||
| 8 | been moved to here. | ||
| 9 | (c-make-init-lang-vars-fun): call c-make-emacs-variables-local. | ||
| 10 | |||
| 1 | 2007-07-28 Eli Zaretskii <eliz@gnu.org> | 11 | 2007-07-28 Eli Zaretskii <eliz@gnu.org> |
| 2 | 12 | ||
| 3 | * net/trampver.el: Fix the `coding' cookie. | 13 | * net/trampver.el: Fix the `coding' cookie. |