From: Thien-Thi Nguyen Date: Tue, 10 Apr 2007 11:37:48 +0000 (+0000) Subject: Delete eol whitespace; nfc. X-Git-Tag: emacs-pretest-22.0.98~158 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5acce4b775471a46914fb2012bfc6cb350bf9ce1;p=emacs.git Delete eol whitespace; nfc. --- diff --git a/lisp/startup.el b/lisp/startup.el index 1d525e6dfd5..22f32d2b149 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -954,11 +954,11 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'." (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))