From 02c583a44ca5f1f7f9ba7eb32c0e2f5781a37f91 Mon Sep 17 00:00:00 2001 From: Romain Francoise Date: Sat, 22 Oct 2005 17:45:50 +0000 Subject: [PATCH] (savehist-history-variables): Add `grep-find-history'. --- lisp/ChangeLog | 2 ++ lisp/savehist.el | 1 + 2 files changed, 3 insertions(+) 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 -- 2.39.5