# HG changeset patch # User Romain Francoise # Date 1130003150 0 # Node ID 71bac038fa51d026df8e87eac01e144e5c7dd763 # Parent 167ad3f64775664bb266a6d7d41f228b653d53ec (savehist-history-variables): Add `grep-find-history'. diff -r 167ad3f64775 -r 71bac038fa51 lisp/ChangeLog --- 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 + * 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. diff -r 167ad3f64775 -r 71bac038fa51 lisp/savehist.el --- a/lisp/savehist.el Sat Oct 22 17:34:49 2005 +0000 +++ b/lisp/savehist.el Sat Oct 22 17:45:50 2005 +0000 @@ -74,6 +74,7 @@ find-tag-history ;; grep grep-history + grep-find-history ;; Viper stuff vip-ex-history vip-search-history vip-replace1-history vip-replace2-history