X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/cce7d53002e8abc346b67ea4100507b0e7c4d68e..1ddd96f5cf0b06846edd03d6b225c31206cee0b7:/lisp/savehist.el diff --git a/lisp/savehist.el b/lisp/savehist.el index f1060fb515..653d0312a1 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.