From eea0116e868d782508540b5dbc07e39b64e808f6 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 13 Aug 2023 12:52:42 +0200 Subject: [PATCH] Delete XEmacs compat code from supercite.el * lisp/mail/supercite.el (sc-ask): Delete compatibility code; 'button-release-event-p' is only defined in XEmacs. --- lisp/mail/supercite.el | 3 --- 1 file changed, 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) -- 2.39.2