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

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

[elpa] externals/debbugs cfb0bdb 128/311: Really allow narrowing to subj


From: Stefan Monnier
Subject: [elpa] externals/debbugs cfb0bdb 128/311: Really allow narrowing to subject fields
Date: Sun, 29 Nov 2020 18:41:55 -0500 (EST)

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

    Really allow narrowing to subject fields
---
 debbugs-gnu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index 24d8e4b..4381be9 100644
--- a/debbugs-gnu.el
+++ b/debbugs-gnu.el
@@ -929,7 +929,7 @@ The following commands are available:
   "Only display the bugs matching STRING.
 If STATUS-ONLY (the prefix), ignore matches in the From and
 Subject fields."
-  (interactive "sNarrow to: \np")
+  (interactive "sNarrow to: \nP")
   (let ((id (debbugs-gnu-current-id t))
        (inhibit-read-only t)
        status)



reply via email to

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