From: Bill Wohler Date: Sun, 5 Mar 2006 20:11:53 +0000 (+0000) Subject: * mh-folder.el (mh-folder-mode): Drop 'load-path argument when calling X-Git-Tag: emacs-pretest-22.0.90~3784 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fd5536d8e25c8de905a1a06ce96e8f0e233d9920;p=emacs.git * 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. --- diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index f3214b67685..9d0c1d4dbc6 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -1,3 +1,12 @@ +2006-03-05 Bill Wohler + + * 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. + 2006-03-04 Bill Wohler * mh-compat.el (mh-image-load-path-for-library): Move here from diff --git a/lisp/mh-e/mh-folder.el b/lisp/mh-e/mh-folder.el index dcf88670f90..f8e37a93cf8 100644 --- a/lisp/mh-e/mh-folder.el +++ b/lisp/mh-e/mh-folder.el @@ -591,8 +591,7 @@ perform the operation on all messages in that region. \\{mh-folder-mode-map}" (mh-do-in-gnu-emacs (unless mh-folder-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-folder-buttons-init) 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) diff --git a/lisp/mh-e/mh-utils.el b/lisp/mh-e/mh-utils.el index 5a3e00aef40..c45c214e9f0 100644 --- a/lisp/mh-e/mh-utils.el +++ b/lisp/mh-e/mh-utils.el @@ -131,8 +131,7 @@ Ignores case when searching for OLD." (defun mh-logo-display () "Modify mode line to display MH-E logo." (mh-do-in-gnu-emacs - (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))) (add-text-properties