From 445978089b195c0c7dd2ae294079511a7f4378e1 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 19 Oct 2008 10:10:44 +0000 Subject: [PATCH] (cvs-cvsrc-file): Run file names that begin with a period thru `convert-standard-filename'. --- lisp/pcvs-defs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/pcvs-defs.el b/lisp/pcvs-defs.el index 03b8662b2fc..0c0236efc54 100644 --- a/lisp/pcvs-defs.el +++ b/lisp/pcvs-defs.el @@ -75,7 +75,7 @@ versions, such as the one in SunOS-4.") ;; cvsrc options ;; -(defcustom cvs-cvsrc-file "~/.cvsrc" +(defcustom cvs-cvsrc-file (convert-standard-filename "~/.cvsrc") "Path to your cvsrc file." :group 'pcl-cvs :type '(file)) -- 2.39.5