Remove trailing whitespace (checkdoc fix).

This commit is contained in:
Bill Wohler
2006-02-18 18:39:31 +00:00
parent d73c9bcb79
commit 08e55a99ab

View File

@@ -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))