From dee11cd2a680cecea9b4af4ae8ba0c9d995fd4d2 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 19 Oct 2008 10:07:39 +0000 Subject: [PATCH] (ido-save-directory-list-file): Run file names that begin with a period thru `convert-standard-filename'. --- lisp/ido.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'. -- 2.39.5