X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/d52969e8afaa19ed1acc01f4ff0bb651bf7869a7..1ddd96f5cf0b06846edd03d6b225c31206cee0b7:/lisp/savehist.el diff --git a/lisp/savehist.el b/lisp/savehist.el index dc233e26dd..653d0312a1 100644 --- a/lisp/savehist.el +++ b/lisp/savehist.el @@ -1,7 +1,6 @@ -;;; savehist.el --- Save minibuffer history. +;;; savehist.el --- Save minibuffer history -;; Copyright (C) 1997, 2005, 2006, 2007, 2008, 2009, 2010, 2011 -;; Free Software Foundation, Inc. +;; Copyright (C) 1997, 2005-2011 Free Software Foundation, Inc. ;; Author: Hrvoje Niksic ;; Maintainer: FSF @@ -255,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. @@ -389,6 +392,5 @@ trimming of history lists to `history-length' items." (provide 'savehist) -;; arch-tag: b3ce47f4-c5ad-4ebc-ad02-73aba705cf9f ;;; savehist.el ends here