[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/savehist.el,v
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/savehist.el,v |
Date: |
Sun, 19 Oct 2008 10:12:01 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Eli Zaretskii <eliz> 08/10/19 10:12:01
Index: savehist.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/savehist.el,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- savehist.el 20 Sep 2008 19:48:38 -0000 1.29
+++ savehist.el 19 Oct 2008 10:12:01 -0000 1.30
@@ -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'
- [Emacs-diffs] Changes to emacs/lisp/savehist.el,v,
Eli Zaretskii <=