diff options
Diffstat (limited to 'lisp/savehist.el')
-rw-r--r-- | lisp/savehist.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/savehist.el b/lisp/savehist.el index f1060fb5150..653d0312a19 100644 --- a/lisp/savehist.el +++ b/lisp/savehist.el @@ -1,4 +1,4 @@ -;;; savehist.el --- Save minibuffer history. +;;; savehist.el --- Save minibuffer history ;; Copyright (C) 1997, 2005-2011 Free Software Foundation, Inc. @@ -254,6 +254,10 @@ Normally invoked by calling `savehist-mode' to unset the minor mode." (cancel-timer savehist-timer)) (setq savehist-timer nil))) +;; From XEmacs? +(defvar print-readably) +(defvar print-string-length) + (defun savehist-save (&optional auto-save) "Save the values of minibuffer history variables. Unbound symbols referenced in `savehist-additional-variables' are ignored. |