aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ido.el
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2008-10-19 10:07:39 +0000
committerEli Zaretskii <[email protected]>2008-10-19 10:07:39 +0000
commitdee11cd2a680cecea9b4af4ae8ba0c9d995fd4d2 (patch)
tree81ce4626280293cb6efae8cb0cc1218478e4cdf9 /lisp/ido.el
parent6d83def6c4fc4c70b77fe344392625948f0bff8b (diff)
(ido-save-directory-list-file): Run file names that begin with a period thru
`convert-standard-filename'.
Diffstat (limited to 'lisp/ido.el')
-rw-r--r--lisp/ido.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ido.el b/lisp/ido.el
index 4d786eb8e3..78b890fb9a 100644
--- a/lisp/ido.el
+++ b/lisp/ido.el
@@ -908,7 +908,7 @@ ido is running. Copied from `icomplete-minibuffer-setup-hook'."
: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'.