]> code.delx.au - gnu-emacs-elpa/commitdiff
(debbugs-select-report): Set the minor summary mode in the right buffer.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 1 Jul 2011 13:33:15 +0000 (15:33 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 1 Jul 2011 13:33:15 +0000 (15:33 +0200)
packages/debbugs/ChangeLog
packages/debbugs/debbugs.el

index c6d7d8644ffe2d7ef1395d6427ae0c63913a45d2..b50fe642d1573dd033132ad5e8c39530b88e11d5 100644 (file)
@@ -1,6 +1,8 @@
 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * debbugs.el (debbugs-send-control-message): Add severity and "done".
+       (debbugs-select-report): Set the minor summary mode in the right
+       buffer.
 
 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
index be0e21c73fddad1caa6c23a7795351d86b4d8e88..7ed1a453965086cfe92aad1485654cfa3ad55d73 100644 (file)
@@ -491,7 +491,8 @@ The following commands are available:
     (gnus-read-ephemeral-emacs-bug-group
      id (cons (current-buffer)
              (current-window-configuration)))
-    (debbugs-summary-mode 1)))
+    (with-current-buffer (window-buffer (selected-window))
+      (debbugs-summary-mode 1))))
 
 (defvar debbugs-summary-mode-map
   (let ((map (make-sparse-keymap)))
@@ -508,7 +509,7 @@ The following commands are available:
 (defun debbugs-send-control-message (message)
   "Send a control message for the current bug report.
 You can set the severity or add a tag, or close the report.  If
-you use the special `done' MESSAGE, the report will be marked as
+you use the special \"done\" MESSAGE, the report will be marked as
 fixed, and then closed."
   (interactive
    (list (completing-read