aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wohler2006-03-05 20:11:53 +0000
committerBill Wohler2006-03-05 20:11:53 +0000
commitfd5536d8e25c8de905a1a06ce96e8f0e233d9920 (patch)
tree09a9f14e80e2615f974f5f1e30fcc2a82432e272
parent60b4812c58ee463da9e44340704438f68bdbee36 (diff)
downloademacs-fd5536d8e25c8de905a1a06ce96e8f0e233d9920.tar.gz
emacs-fd5536d8e25c8de905a1a06ce96e8f0e233d9920.zip
* 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.
-rw-r--r--lisp/mh-e/ChangeLog9
-rw-r--r--lisp/mh-e/mh-folder.el3
-rw-r--r--lisp/mh-e/mh-letter.el3
-rw-r--r--lisp/mh-e/mh-utils.el3
4 files changed, 12 insertions, 6 deletions
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 @@
12006-03-05 Bill Wohler <wohler@newt.com>
2
3 * mh-folder.el (mh-folder-mode): Drop 'load-path argument when
4 calling mh-image-load-path-for-library since this is the default.
5
6 * mh-letter.el (mh-letter-mode): Ditto.
7
8 * mh-utils.el (mh-logo-display): Ditto.
9
12006-03-04 Bill Wohler <wohler@newt.com> 102006-03-04 Bill Wohler <wohler@newt.com>
2 11
3 * mh-compat.el (mh-image-load-path-for-library): Move here from 12 * 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.
591\\{mh-folder-mode-map}" 591\\{mh-folder-mode-map}"
592 (mh-do-in-gnu-emacs 592 (mh-do-in-gnu-emacs
593 (unless mh-folder-buttons-init-flag 593 (unless mh-folder-buttons-init-flag
594 (let ((load-path (mh-image-load-path-for-library 594 (let ((load-path (mh-image-load-path-for-library "mh-e" "mh-logo.xpm"))
595 "mh-e" "mh-logo.xpm" 'load-path))
596 (image-load-path (mh-image-load-path-for-library 595 (image-load-path (mh-image-load-path-for-library
597 "mh-e" "mh-logo.xpm" 'image-load-path))) 596 "mh-e" "mh-logo.xpm" 'image-load-path)))
598 (mh-tool-bar-folder-buttons-init) 597 (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).
313 (make-local-variable 'mh-sent-from-msg) 313 (make-local-variable 'mh-sent-from-msg)
314 (mh-do-in-gnu-emacs 314 (mh-do-in-gnu-emacs
315 (unless mh-letter-buttons-init-flag 315 (unless mh-letter-buttons-init-flag
316 (let ((load-path (mh-image-load-path-for-library 316 (let ((load-path (mh-image-load-path-for-library "mh-e" "mh-logo.xpm"))
317 "mh-e" "mh-logo.xpm" 'load-path))
318 (image-load-path (mh-image-load-path-for-library 317 (image-load-path (mh-image-load-path-for-library
319 "mh-e" "mh-logo.xpm" 'image-load-path))) 318 "mh-e" "mh-logo.xpm" 'image-load-path)))
320 (mh-tool-bar-letter-buttons-init) 319 (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."
131(defun mh-logo-display () 131(defun mh-logo-display ()
132 "Modify mode line to display MH-E logo." 132 "Modify mode line to display MH-E logo."
133 (mh-do-in-gnu-emacs 133 (mh-do-in-gnu-emacs
134 (let ((load-path (mh-image-load-path-for-library 134 (let ((load-path (mh-image-load-path-for-library "mh-e" "mh-logo.xpm"))
135 "mh-e" "mh-logo.xpm" 'load-path))
136 (image-load-path (mh-image-load-path-for-library 135 (image-load-path (mh-image-load-path-for-library
137 "mh-e" "mh-logo.xpm" 'image-load-path))) 136 "mh-e" "mh-logo.xpm" 'image-load-path)))
138 (add-text-properties 137 (add-text-properties