diff options
| -rw-r--r-- | lisp/mh-e/mh-utils.el | 2 |
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)) |