emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Mon, 17 Jul 2006 21:27:18 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        06/07/17 21:27:17

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.9822
retrieving revision 1.9823
diff -u -b -r1.9822 -r1.9823
--- ChangeLog   17 Jul 2006 21:07:23 -0000      1.9822
+++ ChangeLog   17 Jul 2006 21:27:17 -0000      1.9823
@@ -1,5 +1,18 @@
 2006-07-17  Stefan Monnier  <address@hidden>
 
+       * emacs-lisp/autoload.el (make-autoload): Use new arg.
+
+       * custom.el (custom-autoload): Add `noset' argument.
+       (custom-push-theme): Don't autoload the variable, let callers do it.
+       (custom-theme-set-variables): Autoload the variable if necessary.
+
+       * cus-edit.el (custom-variable-state-set): If the variable was
+       originally set outside custom, but to the same value as the default,
+       consider it to be standard.
+
+       * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
+       file *before* telling Emacs to add the autoloads, in case it fails.
+
        * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
        Use `cond', push', and `dolist'.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]