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

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

[elpa] master b3ca386: Really allow narrowing to subject fields


From: Lars Ingebrigtsen
Subject: [elpa] master b3ca386: Really allow narrowing to subject fields
Date: Mon, 08 Dec 2014 23:03:03 +0000

branch: master
commit b3ca3865d2c5428013b46ec6a10157a8c49e843e
Author: Lars Magne Ingebrigtsen <address@hidden>
Date:   Tue Dec 9 00:02:44 2014 +0100

    Really allow narrowing to subject fields
---
 packages/debbugs/debbugs-gnu.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/debbugs/debbugs-gnu.el b/packages/debbugs/debbugs-gnu.el
index 24d8e4b..4381be9 100644
--- a/packages/debbugs/debbugs-gnu.el
+++ b/packages/debbugs/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]