diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 848d991feed..aac855804cb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2011-07-22 Alan Mackenzie <acm@muc.de> | ||
| 2 | |||
| 3 | Prevent cc-langs.elc being loaded at run time. | ||
| 4 | |||
| 5 | * progmodes/cc-mode.el: Remove two autoload forms which loaded | ||
| 6 | cc-langs. | ||
| 7 | |||
| 8 | * /progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit | ||
| 9 | "(require 'cc-langs)". Quote a form so it will evaluate at | ||
| 10 | (cc-mode's) compilation time. | ||
| 11 | |||
| 1 | 2011-07-22 Michael Albinus <michael.albinus@gmx.de> | 12 | 2011-07-22 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 13 | ||
| 3 | * net/tramp.el (tramp-file-name-handler): Avoid recursive | 14 | * net/tramp.el (tramp-file-name-handler): Avoid recursive |