diff lisp/paths.el @ 49597:e88404e8f2cf

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 12:29:42 +0000
parents b24e4fdd8b50
children 695cf19ef79e d7ddb3e565de
line wrap: on
line diff
--- a/lisp/paths.el	Tue Feb 04 12:03:59 2003 +0000
+++ b/lisp/paths.el	Tue Feb 04 12:29:42 2003 +0000
@@ -139,7 +139,7 @@
 (defconst rmail-spool-directory
   (cond ((string-match "^[^-]+-[^-]+-sco3.2v4" system-configuration)
 	 "/usr/spool/mail/")
-	;; On The Bull DPX/2 /usr/spool/mail is used although 
+	;; On The Bull DPX/2 /usr/spool/mail is used although
 	;; it is usg-unix-v.
 	((string-match "^m68k-bull-sysv3" system-configuration)
 	 "/usr/spool/mail/")
@@ -193,7 +193,7 @@
 You may set this variable to nil in your `.emacs' file if you do not wish
 the terminal-initialization file to be loaded.")
 
-(defconst abbrev-file-name 
+(defconst abbrev-file-name
   (if (eq system-type 'vax-vms)
       "~/abbrev.def"
     (convert-standard-filename "~/.abbrev_defs"))