]> git.eshelyaron.com Git - emacs.git/commitdiff
(mh-ps-print-msg-show): Fix misplaced parenthesis in previous change.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 19 Sep 2005 09:12:46 +0000 (09:12 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 19 Sep 2005 09:12:46 +0000 (09:12 +0000)
lisp/mh-e/mh-print.el

index 6b2e8a3474edb27df8129477c69eb763cb7da51b..41d6a1a002025be9d260ddc4e4c64dd18acd635b 100644 (file)
@@ -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)