changeset 77106:abdd3ea95a51

Delete eol whitespace; nfc.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Tue, 10 Apr 2007 11:37:48 +0000
parents 58ccc73db59e
children 33e274e43d0b
files lisp/startup.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/startup.el	Tue Apr 10 04:05:10 2007 +0000
+++ b/lisp/startup.el	Tue Apr 10 11:37:48 2007 +0000
@@ -954,11 +954,11 @@
 	    (with-current-buffer (window-buffer)
 	      (deactivate-mark)))
 
-	;; If the user has a file of abbrevs, read it.  
+	;; If the user has a file of abbrevs, read it.
         ;; FIXME: after the 22.0 release this should be changed so
 	;; that it does not read the abbrev file when -batch is used
 	;; on the command line.
-	(when (and (file-exists-p abbrev-file-name) 
+	(when (and (file-exists-p abbrev-file-name)
 		   (file-readable-p abbrev-file-name))
 	    (quietly-read-abbrev-file abbrev-file-name))