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