diff lisp/paths.el @ 444:576fb035e263 r21-2-37

Import from CVS: tag r21-2-37
author cvs
date Mon, 13 Aug 2007 11:36:19 +0200
parents abe6d1db359e
children aa5ed11f473b
line wrap: on
line diff
--- a/lisp/paths.el	Mon Aug 13 11:35:05 2007 +0200
+++ b/lisp/paths.el	Mon Aug 13 11:36:19 2007 +0200
@@ -91,7 +91,7 @@
 (defvar mh-lib nil
   "Directory of MH library.")
 
-(defvar rmail-file-name (purecopy "~/RMAIL")
+(defvar rmail-file-name "~/RMAIL"
   "Name of user's primary mail file.")
 
 (defconst rmail-spool-directory nil
@@ -104,7 +104,7 @@
 (defconst remote-shell-program nil
   "Program used to execute shell commands on a remote machine.")
 
-(defconst term-file-prefix (purecopy "term/")
+(defconst term-file-prefix "term/"
   "If non-nil, Emacs startup does (load (concat term-file-prefix (getenv \"TERM\")))
 You may set this variable to nil in your `.emacs' file if you do not wish
 the terminal-initialization file to be loaded.")
@@ -112,7 +112,7 @@
 (defconst manual-program nil
   "Program to run to print man pages.")
 
-(defconst abbrev-file-name (purecopy "~/.abbrev_defs")
+(defconst abbrev-file-name "~/.abbrev_defs"
   "*Default name of file to read abbrevs from.")
 
 (defconst directory-abbrev-alist nil)