Mercurial > emacs
diff lisp/ChangeLog @ 108296:d46fdf06e110
* files.el (auto-save-mode): Move to simple.el to fix bootstrap.
* simple.el (auto-save-mode): Move from files.el.
* minibuffer.el (completion--common-suffix): Fix copy&paste error.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 07 May 2010 08:49:14 -0400 |
parents | 023a01688e8b |
children | 68fc9037b502 |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri May 07 13:45:54 2010 +0300 +++ b/lisp/ChangeLog Fri May 07 08:49:14 2010 -0400 @@ -1,3 +1,9 @@ +2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca> + + * files.el (auto-save-mode): Move to simple.el to fix bootstrap. + * simple.el (auto-save-mode): Move from files.el. + * minibuffer.el (completion--common-suffix): Fix copy&paste error. + 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change) * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592). @@ -27,12 +33,12 @@ 2010-05-06 Michael Albinus <michael.albinus@gmx.de> - * net/tramp.el (top, with-progress-reporter): Use - `symbol-function' inside `funcall'. + * net/tramp.el (top, with-progress-reporter): + Use `symbol-function' inside `funcall'. * net/tramp-compat.el (tramp-compat-file-attributes) - (tramp-compat-delete-file, tramp-compat-delete-directory): Handle - only `wrong-number-of-arguments' error. + (tramp-compat-delete-file, tramp-compat-delete-directory): + Handle only `wrong-number-of-arguments' error. * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo. (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'