# HG changeset patch # User Bill Wohler # Date 1140287971 0 # Node ID 18babada4b1ecec1bb26b8f0e3fb6589f927bda0 # Parent 37872ee476199ebc013c5443d7ac338bbef15bc7 Remove trailing whitespace (checkdoc fix). diff -r 37872ee47619 -r 18babada4b1e lisp/mh-e/mh-utils.el --- a/lisp/mh-e/mh-utils.el Fri Feb 17 21:55:44 2006 +0000 +++ b/lisp/mh-e/mh-utils.el Sat Feb 18 18:39:31 2006 +0000 @@ -131,7 +131,7 @@ ;; 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))