emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master c4e89ac: Remove XEmacs support in lexical-binding


From: Bill Wohler
Subject: master c4e89ac: Remove XEmacs support in lexical-binding
Date: Thu, 25 Mar 2021 12:16:31 -0400 (EDT)

branch: master
commit c4e89ac2a2a41677a03ea140832074f990c4b38a
Author: Bill Wohler <wohler@newt.com>
Commit: Bill Wohler <wohler@newt.com>

    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 8af7bcd..3ae8b07 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]