diff options
| -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'." | |||
| 908 | :type 'hook | 908 | :type 'hook |
| 909 | :group 'ido) | 909 | :group 'ido) |
| 910 | 910 | ||
| 911 | (defcustom ido-save-directory-list-file "~/.ido.last" | 911 | (defcustom ido-save-directory-list-file (convert-standard-filename "~/.ido.last") |
| 912 | "File in which the ido state is saved between invocations. | 912 | "File in which the ido state is saved between invocations. |
| 913 | Variables stored are: `ido-last-directory-list', `ido-work-directory-list', | 913 | Variables stored are: `ido-last-directory-list', `ido-work-directory-list', |
| 914 | `ido-work-file-list', and `ido-dir-file-cache'. | 914 | `ido-work-file-list', and `ido-dir-file-cache'. |