aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-09-19 09:12:46 +0000
committerJuanma Barranquero2005-09-19 09:12:46 +0000
commit22c53b836cef981ca227e9a2b059946c9892eb2c (patch)
treec0a37122f009e674904b4a4aeace03b25f39983e
parentf5be4dfd960ce82ec1bd2c4ced7056118d7b01bd (diff)
downloademacs-22c53b836cef981ca227e9a2b059946c9892eb2c.tar.gz
emacs-22c53b836cef981ca227e9a2b059946c9892eb2c.zip
(mh-ps-print-msg-show): Fix misplaced parenthesis in previous change.
-rw-r--r--lisp/mh-e/mh-print.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-print.el b/lisp/mh-e/mh-print.el
index 6b2e8a3474e..41d6a1a0020 100644
--- a/lisp/mh-e/mh-print.el
+++ b/lisp/mh-e/mh-print.el
@@ -153,7 +153,7 @@ interactive use."
153 "Print current show buffer to FILE." 153 "Print current show buffer to FILE."
154 (interactive (list (mh-ps-print-preprint current-prefix-arg))) 154 (interactive (list (mh-ps-print-preprint current-prefix-arg)))
155 (message "mh-ps-print-msg-show file %s keys %s mh-show-buffer %s" 155 (message "mh-ps-print-msg-show file %s keys %s mh-show-buffer %s"
156 file (this-command-keys mh-show-buffer)) 156 file (this-command-keys) mh-show-buffer)
157 (let ((msg (mh-get-msg-num t)) 157 (let ((msg (mh-get-msg-num t))
158 (folder mh-current-folder) 158 (folder mh-current-folder)
159 (show-buffer mh-show-buffer) 159 (show-buffer mh-show-buffer)