# HG changeset patch # User Eli Zaretskii # Date 1224411044 0 # Node ID 4db633f0428a11f816ba8e93af30ca684eaaa896 # Parent 545889edd0433c3f1ed331d9fe598fcfcfa5d4f7 (cvs-cvsrc-file): Run file names that begin with a period thru `convert-standard-filename'. diff -r 545889edd043 -r 4db633f0428a lisp/pcvs-defs.el --- a/lisp/pcvs-defs.el Sun Oct 19 10:10:00 2008 +0000 +++ b/lisp/pcvs-defs.el Sun Oct 19 10:10:44 2008 +0000 @@ -75,7 +75,7 @@ ;; 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))