Mercurial > emacs
diff lisp/ChangeLog @ 80720:9cdccb5e49a8
Backport trivial fixes from the trunk.
* desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
* play/solitaire.el (solitaire-solve): Err out if the solitaire
is already in progress.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 12 Aug 2008 22:23:30 +0000 |
parents | 37af827f3a71 |
children | 57cdd719e459 |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Aug 12 18:36:15 2008 +0000 +++ b/lisp/ChangeLog Tue Aug 12 22:23:30 2008 +0000 @@ -1,3 +1,10 @@ +2008-08-12 Juanma Barranquero <lekktu@gmail.com> + + * desktop.el (desktop-minor-mode-table): Add `savehist-mode'. + + * play/solitaire.el (solitaire-solve): Err out if the solitaire + is already in progress. + 2008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change) * net/ldap.el (ldap-search-internal): Tweak URL regexp.