1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

(cvs-cvsrc-file): Run file names that begin with a period thru

`convert-standard-filename'.
This commit is contained in:
Eli Zaretskii 2008-10-19 10:10:44 +00:00
parent 8787f54c2f
commit 445978089b

View File

@ -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))