aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2006-07-17 21:27:17 +0000
committerStefan Monnier2006-07-17 21:27:17 +0000
commitfb2dd970030facb437d28126095f4e00fae57c83 (patch)
treee19d70401417e487068d0ecee2bb964a95ce8afb /lisp/ChangeLog
parentd54fbdfd31673892ac581219860a80d13f4d8ff5 (diff)
downloademacs-fb2dd970030facb437d28126095f4e00fae57c83.tar.gz
emacs-fb2dd970030facb437d28126095f4e00fae57c83.zip
(make-autoload): Use new arg.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
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 @@
12006-07-17 Stefan Monnier <monnier@iro.umontreal.ca> 12006-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