diff options
author | Bill Wohler <wohler@newt.com> | 2006-03-05 20:11:53 +0000 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2006-03-05 20:11:53 +0000 |
commit | fd5536d8e25c8de905a1a06ce96e8f0e233d9920 (patch) | |
tree | 09a9f14e80e2615f974f5f1e30fcc2a82432e272 /lisp/mh-e/mh-letter.el | |
parent | 60b4812c58ee463da9e44340704438f68bdbee36 (diff) | |
download | emacs-fd5536d8e25c8de905a1a06ce96e8f0e233d9920.tar.gz |
* mh-folder.el (mh-folder-mode): Drop 'load-path argument when calling
mh-image-load-path-for-library since this is the default.
* mh-letter.el (mh-letter-mode): Ditto.
* mh-utils.el (mh-logo-display): Ditto.
Diffstat (limited to 'lisp/mh-e/mh-letter.el')
-rw-r--r-- | lisp/mh-e/mh-letter.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/mh-e/mh-letter.el b/lisp/mh-e/mh-letter.el index 11aef2b51df..9d28ee4ec95 100644 --- a/lisp/mh-e/mh-letter.el +++ b/lisp/mh-e/mh-letter.el @@ -313,8 +313,7 @@ order). (make-local-variable 'mh-sent-from-msg) (mh-do-in-gnu-emacs (unless mh-letter-buttons-init-flag - (let ((load-path (mh-image-load-path-for-library - "mh-e" "mh-logo.xpm" 'load-path)) + (let ((load-path (mh-image-load-path-for-library "mh-e" "mh-logo.xpm")) (image-load-path (mh-image-load-path-for-library "mh-e" "mh-logo.xpm" 'image-load-path))) (mh-tool-bar-letter-buttons-init) |