diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ed4470b998a..8c3093aa2c2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2012-04-09 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * custom.el (custom-variable-p): Return nil for non-symbol | ||
| 4 | arguments instead of signaling an error. | ||
| 5 | (user-variable-p): Obsolete alias for custom-variable-p. | ||
| 6 | |||
| 7 | * apropos.el (apropos-variable): | ||
| 8 | * files-x.el (read-file-local-variable): | ||
| 9 | * simple.el (set-variable): | ||
| 10 | * woman.el (woman-mini-help): | ||
| 11 | * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed. | ||
| 12 | |||
| 1 | 2012-04-09 Glenn Morris <rgm@gnu.org> | 13 | 2012-04-09 Glenn Morris <rgm@gnu.org> |
| 2 | 14 | ||
| 3 | * startup.el (normal-top-level): Don't look for leim-list.el | 15 | * startup.el (normal-top-level): Don't look for leim-list.el |