From: Romain Francoise Date: Sat, 22 Oct 2005 17:45:50 +0000 (+0000) Subject: (savehist-history-variables): Add `grep-find-history'. X-Git-Tag: emacs-pretest-22.0.90~6399 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=02c583a44ca5f1f7f9ba7eb32c0e2f5781a37f91;p=emacs.git (savehist-history-variables): Add `grep-find-history'. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4276c2b5363..05c90be59ba 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/savehist.el b/lisp/savehist.el index efbc1e934a6..3021f2805bb 100644 --- a/lisp/savehist.el +++ b/lisp/savehist.el @@ -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