summaryrefslogtreecommitdiff
path: root/lisp/mh-e/mh-show.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-10-07 16:05:43 +0200
committerStefan Kangas <stefan@marxist.se>2021-10-07 16:22:51 +0200
commit9d14e410dac11990cf0e95a1a77e83827323530d (patch)
tree16a949b58ddc934edabbc359c4e2856a86ce7c15 /lisp/mh-e/mh-show.el
parent148b136651413d8eca0f805c786fb04b9c5878b8 (diff)
downloademacs-9d14e410dac11990cf0e95a1a77e83827323530d.tar.gz
emacs-9d14e410dac11990cf0e95a1a77e83827323530d.tar.bz2
emacs-9d14e410dac11990cf0e95a1a77e83827323530d.zip
Delete some XEmacs compat code from mh-e/*.el
* lisp/mh-e/mh-acros.el (mh-mark-active-p): * lisp/mh-e/mh-comp.el (mh-insert-x-mailer): * lisp/mh-e/mh-compat.el (mh-define-obsolete-variable-alias) (mh-make-obsolete-variable): * lisp/mh-e/mh-folder.el (mh-folder-mode-map) (mh-remove-xemacs-horizontal-scrollbar, mh-folder-mode): * lisp/mh-e/mh-gnus.el (mh-gnus-local-map-property): * lisp/mh-e/mh-show.el (mh-show-mode): * lisp/mh-e/mh-utils.el (mh-colors-available-p): * lisp/mh-e/mh-xface.el (mh-show-xface-function): Delete some XEmacs compat code.
Diffstat (limited to 'lisp/mh-e/mh-show.el')
-rw-r--r--lisp/mh-e/mh-show.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/mh-e/mh-show.el b/lisp/mh-e/mh-show.el
index d52a859ae10..614a8255136 100644
--- a/lisp/mh-e/mh-show.el
+++ b/lisp/mh-e/mh-show.el
@@ -855,9 +855,6 @@ See also `mh-folder-mode'.
(mh-gnus-article-highlight-citation))
(t
(setq font-lock-defaults '(mh-show-font-lock-keywords t))))
- (if (and (featurep 'xemacs)
- font-lock-auto-fontify)
- (turn-on-font-lock))
(when mh-decode-mime-flag
(mh-make-local-hook 'kill-buffer-hook)
(add-hook 'kill-buffer-hook #'mh-mime-cleanup nil t))