diff options
| author | Stefan Monnier | 2006-07-17 21:27:17 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2006-07-17 21:27:17 +0000 |
| commit | fb2dd970030facb437d28126095f4e00fae57c83 (patch) | |
| tree | e19d70401417e487068d0ecee2bb964a95ce8afb /lisp/ChangeLog | |
| parent | d54fbdfd31673892ac581219860a80d13f4d8ff5 (diff) | |
| download | emacs-fb2dd970030facb437d28126095f4e00fae57c83.tar.gz emacs-fb2dd970030facb437d28126095f4e00fae57c83.zip | |
(make-autoload): Use new arg.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f08169f3ac5..22d4caba884 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,18 @@ | |||
| 1 | 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * emacs-lisp/autoload.el (make-autoload): Use new arg. | ||
| 4 | |||
| 5 | * custom.el (custom-autoload): Add `noset' argument. | ||
| 6 | (custom-push-theme): Don't autoload the variable, let callers do it. | ||
| 7 | (custom-theme-set-variables): Autoload the variable if necessary. | ||
| 8 | |||
| 9 | * cus-edit.el (custom-variable-state-set): If the variable was | ||
| 10 | originally set outside custom, but to the same value as the default, | ||
| 11 | consider it to be standard. | ||
| 12 | |||
| 13 | * Makefile.in (mh-loaddefs.el): Finish setting up the default empty | ||
| 14 | file *before* telling Emacs to add the autoloads, in case it fails. | ||
| 15 | |||
| 3 | * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `. | 16 | * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `. |
| 4 | Use `cond', push', and `dolist'. | 17 | Use `cond', push', and `dolist'. |
| 5 | 18 | ||