From: Bill Wohler Date: Sat, 18 Feb 2006 18:39:31 +0000 (+0000) Subject: Remove trailing whitespace (checkdoc fix). X-Git-Tag: emacs-pretest-22.0.90~4049 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=08e55a99aba7ff170fd8c126fc2125cf7132b311;p=emacs.git Remove trailing whitespace (checkdoc fix). --- diff --git a/lisp/mh-e/mh-utils.el b/lisp/mh-e/mh-utils.el index afb52284ec9..c00558860d1 100644 --- a/lisp/mh-e/mh-utils.el +++ b/lisp/mh-e/mh-utils.el @@ -131,7 +131,7 @@ See also variable `mh-image-load-path-called-flag'." ;; Images in load-path. (setq mh-image-load-path (file-name-directory (locate-library "mh-logo.xpm"))))) - + (if (not (file-exists-p mh-image-load-path)) (error "Directory %s in mh-image-load-path does not exist" mh-image-load-path))