branch: externals/debbugs
commit 629b0150f044c310244af7f8dfe5c33ad6930c8c
Author: Lars Magne Ingebrigtsen <[email protected]>
Commit: Lars Magne Ingebrigtsen <[email protected]>
(debbugs-select-report): Set the minor summary mode in the right buffer.
---
ChangeLog | 2 ++
debbugs.el | 5 +++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index c6d7d86..b50fe64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
2011-07-01 Lars Magne Ingebrigtsen <[email protected]>
* 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 <[email protected]>
diff --git a/debbugs.el b/debbugs.el
index be0e21c..7ed1a45 100644
--- a/debbugs.el
+++ b/debbugs.el
@@ -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