From c4e89ac2a2a41677a03ea140832074f990c4b38a Mon Sep 17 00:00:00 2001 From: Bill Wohler Date: Thu, 25 Mar 2021 09:09:27 -0700 Subject: [PATCH] Remove XEmacs support in lexical-binding * lisp/mh-e/mh-alias.el (mh-alias-insert-file): Remove reference to remove-specifier. --- lisp/mh-e/mh-mime.el | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lisp/mh-e/mh-mime.el b/lisp/mh-e/mh-mime.el index 8af7bcdf8f4..3ae8b0728cc 100644 --- a/lisp/mh-e/mh-mime.el +++ b/lisp/mh-e/mh-mime.el @@ -489,12 +489,6 @@ decoding the same message multiple times." handle `(lambda () (let (buffer-read-only) - (if (fboundp 'remove-specifier) - ;; This is only valid on XEmacs. - (mapcar (lambda (prop) - (remove-specifier - (face-property 'default prop) (current-buffer))) - '(background background-pixmap foreground))) (delete-region ,(point-min-marker) ,(point-max-marker))))))))) ;;;###mh-autoload -- 2.39.2