summaryrefslogtreecommitdiff
path: root/debian-bug.el
diff options
context:
space:
mode:
Diffstat (limited to 'debian-bug.el')
-rw-r--r--debian-bug.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian-bug.el b/debian-bug.el
index a7b4fb6..ceae676 100644
--- a/debian-bug.el
+++ b/debian-bug.el
@@ -1844,7 +1844,10 @@ Call this function from the mode setup with MINOR-MODE-MAP."
(read-char-exclusive)))))
(cond
((or (equal 13 type) ; <CR>
+ (equal ?\r type) ; <CR>
+ (equal ?\ type) ; <space>
(equal 32 type) ; <space>
+ (equal ?p type)
(equal ?P type))
(debian-bug-package))
((equal ?F type)