From: Juanma Barranquero Date: Mon, 19 Sep 2005 09:12:46 +0000 (+0000) Subject: (mh-ps-print-msg-show): Fix misplaced parenthesis in previous change. X-Git-Tag: emacs-pretest-22.0.90~7021 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=22c53b836cef981ca227e9a2b059946c9892eb2c;p=emacs.git (mh-ps-print-msg-show): Fix misplaced parenthesis in previous change. --- 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." "Print current show buffer to FILE." (interactive (list (mh-ps-print-preprint current-prefix-arg))) (message "mh-ps-print-msg-show file %s keys %s mh-show-buffer %s" - file (this-command-keys mh-show-buffer)) + file (this-command-keys) mh-show-buffer) (let ((msg (mh-get-msg-num t)) (folder mh-current-folder) (show-buffer mh-show-buffer)