diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 104ca5c1622..4fb2cdf5ebe 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially. | ||
| 4 | |||
| 3 | * help-fns.el (help-argument-name): Don't autoload. | 5 | * help-fns.el (help-argument-name): Don't autoload. |
| 4 | It's useless and triggers a bug in cus-dep.el causing ldefs-boot | 6 | It's useless and triggers a bug in cus-dep.el causing ldefs-boot |
| 5 | to be re-loaded when customizing the `help' group. | 7 | to be re-loaded when customizing the `help' group. |