diff lisp/paths.el @ 380:8626e4521993 r21-2-5

Import from CVS: tag r21-2-5
author cvs
date Mon, 13 Aug 2007 11:07:10 +0200
parents cc15677e0335
children 1f50e6fe4f3f
line wrap: on
line diff
--- a/lisp/paths.el	Mon Aug 13 11:06:08 2007 +0200
+++ b/lisp/paths.el	Mon Aug 13 11:07:10 2007 +0200
@@ -118,8 +118,7 @@
 (defconst remote-shell-program nil
   "Program used to execute shell commands on a remote machine.")
 
-(defconst term-file-prefix
-  (purecopy (if (eq system-type 'vax-vms) "[.term]" "term/"))
+(defconst term-file-prefix (purecopy "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.")
@@ -127,10 +126,7 @@
 (defconst manual-program nil
   "Program to run to print man pages.")
 
-(defconst abbrev-file-name 
-  (purecopy (if (eq system-type 'vax-vms)
-		"~/abbrev.def"
-	      "~/.abbrev_defs"))
+(defconst abbrev-file-name (purecopy "~/.abbrev_defs")
   "*Default name of file to read abbrevs from.")
 
 (defconst directory-abbrev-alist