From: Romain Francoise Date: Mon, 15 May 2006 05:40:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~2560 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=47c221f77ed892f1c97047de76049a70160ae94d;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 325fbd69274..c944ba470f8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,4 +1,5 @@ -2006-05-14 Lars Hansen +2006-05-14 Lars Hansen + * desktop.el (desktop-missing-file-warning): Fix docstring. (desktop-restore-file-buffer): Correct question asked on missing file. @@ -13,7 +14,7 @@ * custom.el (custom-push-theme): Load the variable before checking its `standard-value'. -2006-05-13 Lars Hansen +2006-05-13 Lars Hansen * desktop.el (desktop-save): Use with-temp-buffer. @@ -45,7 +46,7 @@ `allout-view-change-hook'. (allout-flag-region): Run new hook `allout-exposure-change-hook', in addition to `allout-view-change-hook'. - (allout-show-bodies, allout-old-style-prefixes) + (allout-show-bodies, allout-old-style-prefixes) (allout-stylish-prefixes, allout-use-hanging-indents): Quote the lambda forms to prevent their showing up in variable help presentations as inscrutable byte-compiled code.