Remove XEmacs support in lexical-binding

* lisp/mh-e/mh-alias.el (mh-alias-insert-file): Remove reference to
  remove-specifier.
This commit is contained in:
Bill Wohler 2021-03-25 09:09:27 -07:00
parent f1f351def3
commit c4e89ac2a2

View file

@ -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