]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove XEmacs support in lexical-binding
authorBill Wohler <wohler@newt.com>
Thu, 25 Mar 2021 16:09:27 +0000 (09:09 -0700)
committerBill Wohler <wohler@newt.com>
Thu, 25 Mar 2021 16:16:23 +0000 (09:16 -0700)
* lisp/mh-e/mh-alias.el (mh-alias-insert-file): Remove reference to
  remove-specifier.

lisp/mh-e/mh-mime.el

index 8af7bcdf8f4f56c372840253c5417c10a94dfc9d..3ae8b0728cc85253a21dd90b68a4a91fae00c695 100644 (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