projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c51d1bc
)
Delete XEmacs compat code from supercite.el
author
Stefan Kangas
<stefankangas@gmail.com>
Sun, 13 Aug 2023 10:52:42 +0000
(12:52 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Sun, 13 Aug 2023 10:52:54 +0000
(12:52 +0200)
* lisp/mail/supercite.el (sc-ask): Delete compatibility code;
'button-release-event-p' is only defined in XEmacs.
lisp/mail/supercite.el
patch
|
blob
|
history
diff --git
a/lisp/mail/supercite.el
b/lisp/mail/supercite.el
index 1a48c64a663a2ab49276102ee74c25a47d2e3aae..8d9cb5511edb8f6bb7a88a3b63c4f6f131a54a48 100644
(file)
--- 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)