diff options
author | Eli Zaretskii <eliz@gnu.org> | 2008-10-19 10:07:39 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2008-10-19 10:07:39 +0000 |
commit | dee11cd2a680cecea9b4af4ae8ba0c9d995fd4d2 (patch) | |
tree | 81ce4626280293cb6efae8cb0cc1218478e4cdf9 /lisp/ido.el | |
parent | 6d83def6c4fc4c70b77fe344392625948f0bff8b (diff) | |
download | emacs-dee11cd2a680cecea9b4af4ae8ba0c9d995fd4d2.tar.gz |
(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.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ido.el b/lisp/ido.el index 4d786eb8e33..78b890fb9ac 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'. |