emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/debbugs 629b015 003/311: (debbugs-select-report): Set t


From: Stefan Monnier
Subject: [elpa] externals/debbugs 629b015 003/311: (debbugs-select-report): Set the minor summary mode in the right buffer.
Date: Sun, 29 Nov 2020 18:41:28 -0500 (EST)

branch: externals/debbugs
commit 629b0150f044c310244af7f8dfe5c33ad6930c8c
Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
Commit: Lars Magne Ingebrigtsen <larsi@gnus.org>

    (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  <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>
 
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]