mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue