changeset 98866:a2b77994ca7e

(savehist-file): Run file names that begin with a period thru `convert-standard-filename'.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 19 Oct 2008 10:12:01 +0000
parents d90313a345e7
children 6e47884b9b26
files lisp/savehist.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/savehist.el	Sun Oct 19 10:11:20 2008 +0000
+++ b/lisp/savehist.el	Sun Oct 19 10:12:01 2008 +0000
@@ -104,7 +104,7 @@
    ((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'