summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mail/supercite.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el
index 1a48c64a663..8d9cb5511ed 100644
--- a/lisp/mail/supercite.el
+++ b/lisp/mail/supercite.el
@@ -620,9 +620,6 @@ the list should be unique."
((setq elt (rassq char alist))
(message "%s%s" p (car elt))
(setq p (cdr elt)))
- ((if (fboundp 'button-release-event-p)
- (button-release-event-p event)) ; ignore them
- nil)
(t
(message "%s%s" p (single-key-description event))
(ding)