Mercurial > emacs
changeset 70661:8dee237e08bb
*** empty log message ***
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Mon, 15 May 2006 05:40:39 +0000 |
parents | 9fc0e04c6b98 |
children | 7b225d8fe9f0 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun May 14 22:52:37 2006 +0000 +++ b/lisp/ChangeLog Mon May 15 05:40:39 2006 +0000 @@ -1,4 +1,5 @@ -2006-05-14 Lars Hansen <larsh@soem.dk> +2006-05-14 Lars Hansen <larsh@soem.dk> + * 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 <larsh@soem.dk> +2006-05-13 Lars Hansen <larsh@soem.dk> * 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.