emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ido.el,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/ido.el,v
Date: Sun, 19 Oct 2008 10:07:39 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/10/19 10:07:39

Index: ido.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ido.el,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -b -r1.151 -r1.152
--- ido.el      11 Sep 2008 06:11:46 -0000      1.151
+++ ido.el      19 Oct 2008 10:07:39 -0000      1.152
@@ -908,7 +908,7 @@
   :type 'hook
   :group 'ido)
 
-(defcustom ido-save-directory-list-file "~/.ido.last"
+(defcustom ido-save-directory-list-file (convert-standard-filename 
"~/.ido.last")
   "File in which the ido state is saved between invocations.
 Variables stored are: `ido-last-directory-list', `ido-work-directory-list',
 `ido-work-file-list', and `ido-dir-file-cache'.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]