From 679774aab3f55307708be1de3576f63aa7472079 Mon Sep 17 00:00:00 2001 From: psg <> Date: Sun, 9 Nov 2003 23:59:57 +0000 Subject: debian-bug.el bug fix: "M-x debian-bug prompt doesn't work correctly in XEmacs21", thanks to Kenshi Muto for reporting (Closes: #219811). --- debian-bug.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian-bug.el') 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) ; + (equal ?\r type) ; + (equal ?\ type) ; (equal 32 type) ; + (equal ?p type) (equal ?P type)) (debian-bug-package)) ((equal ?F type) -- cgit v1.2.3