Mercurial > emacs
changeset 66316:71bac038fa51
(savehist-history-variables): Add `grep-find-history'.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Sat, 22 Oct 2005 17:45:50 +0000 |
parents | 167ad3f64775 |
children | 3f882faaa9ae |
files | lisp/ChangeLog lisp/savehist.el |
diffstat | 2 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Oct 22 17:34:49 2005 +0000 +++ b/lisp/ChangeLog Sat Oct 22 17:45:50 2005 +0000 @@ -1,5 +1,7 @@ 2005-10-22 Romain Francoise <romain@orebokech.com> + * savehist.el (savehist-history-variables): Add `grep-find-history'. + * subr.el (eval-after-load): Convert library name to an absolute file name using locate-library, since load-history no longer has library names in it.