branch: externals/debbugs
commit cfb0bdba16d2fb4b4409d5b074afe223755973a4
Author: Lars Magne Ingebrigtsen <[email protected]>
Commit: Lars Magne Ingebrigtsen <[email protected]>

    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