(gnus-summary-reply): Delete extra paren.
authorRomain Francoise <romain@orebokech.com>
Sun, 25 Nov 2007 18:25:12 +0000 (18:25 +0000)
committerRomain Francoise <romain@orebokech.com>
Sun, 25 Nov 2007 18:25:12 +0000 (18:25 +0000)
lisp/ChangeLog
lisp/gnus-msg.el

index 94e9192..3ae8b71 100644 (file)
@@ -1,3 +1,7 @@
+2007-11-25  Romain Francoise  <romain@orebokech.com>
+
+       * gnus-msg.el (gnus-summary-reply): Delete extra paren.
+
 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * tls.el (tls-program): Provide more custom choices from
index 4a21e6e..735b9ed 100644 (file)
@@ -1104,7 +1104,7 @@ If VERY-WIDE, make a very wide reply."
            (if (or wide very-wide)
                t ;; Ignore gnus-confirm-mail-reply-to-news for wide and very
                  ;; wide replies.
-             (y-or-n-p "Really reply by mail to article author? "))))
+             (y-or-n-p "Really reply by mail to article author? ")))
     (let* ((article
            (if (listp (car yank))
                (caar yank)