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:
parent
f1f351def3
commit
c4e89ac2a2
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue