changeset 98862:ee5b67d5228f

(ido-save-directory-list-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:07:39 +0000
parents 444fb994e174
children 545889edd043
files lisp/ido.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ido.el	Sun Oct 19 10:06:48 2008 +0000
+++ b/lisp/ido.el	Sun Oct 19 10:07:39 2008 +0000
@@ -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'.