changeset 65609:7d93d4615f9d

(mh-ps-print-msg-show): Fix misplaced parenthesis in previous change.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 19 Sep 2005 09:12:46 +0000
parents 1da51a6b68c6
children 5c0acc1c2a2c
files lisp/mh-e/mh-print.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mh-e/mh-print.el	Mon Sep 19 08:13:14 2005 +0000
+++ b/lisp/mh-e/mh-print.el	Mon Sep 19 09:12:46 2005 +0000
@@ -153,7 +153,7 @@
   "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)