mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
(ido-save-directory-list-file): Run file names that begin with a period thru
`convert-standard-filename'.
This commit is contained in:
parent
6d83def6c4
commit
dee11cd2a6
@ -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'.
|
||||
|
Loading…
Reference in New Issue
Block a user