projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1f351d
)
Remove XEmacs support in lexical-binding
author
Bill Wohler
<wohler@newt.com>
Thu, 25 Mar 2021 16:09:27 +0000
(09:09 -0700)
committer
Bill 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
patch
|
blob
|
history
diff --git
a/lisp/mh-e/mh-mime.el
b/lisp/mh-e/mh-mime.el
index 8af7bcdf8f4f56c372840253c5417c10a94dfc9d..3ae8b0728cc85253a21dd90b68a4a91fae00c695 100644
(file)
--- 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