changeset 98864:4db633f0428a

(cvs-cvsrc-file): Run file names that begin with a period thru `convert-standard-filename'.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 19 Oct 2008 10:10:44 +0000
parents 545889edd043
children d90313a345e7
files lisp/pcvs-defs.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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))