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:
parent
8787f54c2f
commit
445978089b
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user