Mercurial > emacs
comparison lisp/ChangeLog @ 69938:f487e8bdc76c
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 11 Apr 2006 17:58:58 +0000 |
parents | 3fc0524ae318 |
children | b561f476cb6a |
comparison
equal
deleted
inserted
replaced
69937:b47563345c03 | 69938:f487e8bdc76c |
---|---|
1 2006-04-11 Richard Stallman <rms@gnu.org> | |
2 | |
3 * emacs-lisp/bytecomp.el (byte-compile-file): | |
4 Bind enable-local-variables to :safe, and make normal-mode obey it. | |
5 | |
6 * files.el (enable-local-variables): Allow value :safe. | |
7 (normal-mode): Doc fix. | |
8 (hack-local-variables): Implement enable-local-variables = :safe. | |
9 (hack-local-variables-confirm): Don't prevent quitting. | |
10 | |
1 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca> | 11 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 12 |
3 * loadhist.el (unload-feature): A bit of sanity check of | 13 * loadhist.el (unload-feature): A bit of sanity check of |
4 load-history entries. Cancel timer-vars before unbinding them. | 14 load-history entries. Cancel timer-vars before unbinding them. |
5 | 15 |