aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wohler2006-02-18 18:39:31 +0000
committerBill Wohler2006-02-18 18:39:31 +0000
commit08e55a99aba7ff170fd8c126fc2125cf7132b311 (patch)
tree9db9f9a22a1ce8d2099242cf70fee239723c9801
parentd73c9bcb7913270fe7c8c3eb6f0904889c8cbbb7 (diff)
downloademacs-08e55a99aba7ff170fd8c126fc2125cf7132b311.tar.gz
emacs-08e55a99aba7ff170fd8c126fc2125cf7132b311.zip
Remove trailing whitespace (checkdoc fix).
-rw-r--r--lisp/mh-e/mh-utils.el2
1 files changed, 1 insertions, 1 deletions
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'."
131 ;; Images in load-path. 131 ;; Images in load-path.
132 (setq mh-image-load-path 132 (setq mh-image-load-path
133 (file-name-directory (locate-library "mh-logo.xpm"))))) 133 (file-name-directory (locate-library "mh-logo.xpm")))))
134 134
135 (if (not (file-exists-p mh-image-load-path)) 135 (if (not (file-exists-p mh-image-load-path))
136 (error "Directory %s in mh-image-load-path does not exist" 136 (error "Directory %s in mh-image-load-path does not exist"
137 mh-image-load-path)) 137 mh-image-load-path))