]> git.eshelyaron.com Git - emacs.git/commitdiff
(savehist-file): Run file names that begin with a period thru
authorEli Zaretskii <eliz@gnu.org>
Sun, 19 Oct 2008 10:12:01 +0000 (10:12 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 19 Oct 2008 10:12:01 +0000 (10:12 +0000)
`convert-standard-filename'.

lisp/savehist.el

index c1c9a3db8fae36a5cc65dd285e461e10bf465b99..e3150565d56f8908e18dbc067d601994540e2e52 100644 (file)
@@ -104,7 +104,7 @@ minibuffer histories, such as `compile-command' or `kill-ring'."
    ((and (featurep 'xemacs) (file-directory-p "~/.xemacs/"))
     "~/.xemacs/history")
    ;; For users without `~/.emacs.d/' or `~/.xemacs/'.
-   (t "~/.emacs-history"))
+   (t (convert-standard-filename "~/.emacs-history")))
   "*File name where minibuffer history is saved to and loaded from.
 The minibuffer history is a series of Lisp expressions loaded
 automatically when `savehist-mode' is turned on.  See `savehist-mode'