summaryrefslogtreecommitdiff
path: root/lisp/mh-e/mh-folder.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-10-09 03:09:20 +0200
committerStefan Kangas <stefan@marxist.se>2021-10-09 03:09:20 +0200
commit5c0a512ef4b4cf8a6dcb36284860a6bf4618334a (patch)
treedf0fa59222b0b89f69d0fb30d1048d147c6c34d5 /lisp/mh-e/mh-folder.el
parent9a934c4c0f841915b2f99228b5365587892c13fe (diff)
downloademacs-5c0a512ef4b4cf8a6dcb36284860a6bf4618334a.tar.gz
Remove some unnecessary calls to mh-funcall-if-exists
* lisp/mh-e/mh-acros.el (mh-do-at-event-location): * lisp/mh-e/mh-mime.el (mh-mime-cleanup, mh-display-smileys) (mh-insert-mime-security-button, mh-insert-mime-button): * lisp/mh-e/mh-show.el (mh-defun-show-buffer): * lisp/mh-e/mh-xface.el (mh-x-image-url-fetch-image) (mh-x-image-display, mh-picon-image-types): Remove unnecessary calls to mh-funcall-if-exists; these functions always exist as they are autoloaded.
Diffstat (limited to 'lisp/mh-e/mh-folder.el')
-rw-r--r--lisp/mh-e/mh-folder.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/mh-e/mh-folder.el b/lisp/mh-e/mh-folder.el
index 289b430d669..ed65395c944 100644
--- a/lisp/mh-e/mh-folder.el
+++ b/lisp/mh-e/mh-folder.el
@@ -516,10 +516,6 @@ font-lock is done highlighting.")
(when (and (boundp 'which-func-modes) (listp which-func-modes))
(add-to-list 'which-func-modes 'mh-folder-mode))
-;; Shush compiler.
-(defvar desktop-save-buffer)
-(defvar font-lock-auto-fontify)
-
;; Ensure new buffers won't get this mode if default major-mode is nil.
(put 'mh-folder-mode 'mode-class 'special)