diff options
Diffstat (limited to 'lisp/image.el')
| -rw-r--r-- | lisp/image.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/image.el b/lisp/image.el index 295b79f161d..4ee22b580e6 100644 --- a/lisp/image.el +++ b/lisp/image.el | |||
| @@ -154,7 +154,7 @@ compatibility with versions of Emacs that lack the variable | |||
| 154 | 154 | ||
| 155 | (let* ((load-path (image-load-path-for-library \"mh-e\" \"mh-logo.xpm\")) | 155 | (let* ((load-path (image-load-path-for-library \"mh-e\" \"mh-logo.xpm\")) |
| 156 | (image-load-path (cons (car load-path) | 156 | (image-load-path (cons (car load-path) |
| 157 | (when (boundp 'image-load-path) | 157 | (when (boundp \\='image-load-path) |
| 158 | image-load-path)))) | 158 | image-load-path)))) |
| 159 | (mh-tool-bar-folder-buttons-init))" | 159 | (mh-tool-bar-folder-buttons-init))" |
| 160 | (unless library (error "No library specified")) | 160 | (unless library (error "No library specified")) |