From: Lars Magne Ingebrigtsen Date: Fri, 1 Jul 2011 13:33:15 +0000 (+0200) Subject: (debbugs-select-report): Set the minor summary mode in the right buffer. X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/48180ab872f91159801b4b6a3a945326fe26bad4 (debbugs-select-report): Set the minor summary mode in the right buffer. --- diff --git a/packages/debbugs/ChangeLog b/packages/debbugs/ChangeLog index c6d7d8644..b50fe642d 100644 --- a/packages/debbugs/ChangeLog +++ b/packages/debbugs/ChangeLog @@ -1,6 +1,8 @@ 2011-07-01 Lars Magne Ingebrigtsen * 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 diff --git a/packages/debbugs/debbugs.el b/packages/debbugs/debbugs.el index be0e21c73..7ed1a4539 100644 --- a/packages/debbugs/debbugs.el +++ b/packages/debbugs/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