]> git.eshelyaron.com Git - emacs.git/commitdiff
(cvs-cvsrc-file): Run file names that begin with a period thru
authorEli Zaretskii <eliz@gnu.org>
Sun, 19 Oct 2008 10:10:44 +0000 (10:10 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 19 Oct 2008 10:10:44 +0000 (10:10 +0000)
`convert-standard-filename'.

lisp/pcvs-defs.el

index 03b8662b2fc35c49d2746820d943c3d35ad4c577..0c0236efc547fb7f0eb63cfb14062bad177b8aca 100644 (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))