From: Eli Zaretskii Date: Sun, 19 Oct 2008 10:07:39 +0000 (+0000) Subject: (ido-save-directory-list-file): Run file names that begin with a period thru X-Git-Tag: emacs-pretest-23.0.90~2384 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dee11cd2a680cecea9b4af4ae8ba0c9d995fd4d2;p=emacs.git (ido-save-directory-list-file): Run file names that begin with a period thru `convert-standard-filename'. --- 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'.