diff options
author | Romain Francoise <romain@orebokech.com> | 2005-10-22 17:45:50 +0000 |
---|---|---|
committer | Romain Francoise <romain@orebokech.com> | 2005-10-22 17:45:50 +0000 |
commit | 02c583a44ca5f1f7f9ba7eb32c0e2f5781a37f91 (patch) | |
tree | 2e0bc92b959d8e728fc838a6e64c131961b5f4e5 /lisp/savehist.el | |
parent | e8fbc5e02398f6a00c999efc4d66054b94443d24 (diff) | |
download | emacs-02c583a44ca5f1f7f9ba7eb32c0e2f5781a37f91.tar.gz |
(savehist-history-variables): Add `grep-find-history'.
Diffstat (limited to 'lisp/savehist.el')
-rw-r--r-- | lisp/savehist.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 |