# HG changeset patch # User Eli Zaretskii # Date 1224410859 0 # Node ID ee5b67d5228fd5cd8d33259c30d4e1e633aaad39 # Parent 444fb994e174adad8984ecbff61c440e1c610c0f (ido-save-directory-list-file): Run file names that begin with a period thru `convert-standard-filename'. diff -r 444fb994e174 -r ee5b67d5228f lisp/ido.el --- a/lisp/ido.el Sun Oct 19 10:06:48 2008 +0000 +++ b/lisp/ido.el Sun Oct 19 10:07:39 2008 +0000 @@ -908,7 +908,7 @@ :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'.