changeset 68102:dbf20754c3a7

Use consistent verbiage with compiler defvars. Removed defvars that are no longer needed.
author Bill Wohler <wohler@newt.com>
date Mon, 09 Jan 2006 19:26:27 +0000
parents 78318387b7b6
children 285aaab0f28a
files lisp/mh-e/mh-e.el
diffstat 1 files changed, 4 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mh-e/mh-e.el	Mon Jan 09 19:11:28 2006 +0000
+++ b/lisp/mh-e/mh-e.el	Mon Jan 09 19:26:27 2006 +0000
@@ -1753,7 +1753,7 @@
 onward while the latter is used in previous versions and XEmacs."
   (if (boundp 'write-file-functions)
       ''write-file-functions            ;Emacs 21.4
-    ''local-write-file-hooks))          ;<Emacs 21.4, XEmacs
+    ''local-write-file-hooks))          ;XEmacs
 
 ;; Register mh-folder-mode as supporting which-function-mode...
 (load "which-func" t t)
@@ -1761,12 +1761,10 @@
            (not (member 'mh-folder-mode which-func-modes)))
   (push 'mh-folder-mode which-func-modes))
 
-;; Shush compiler in non-bleeding edge versions of Emacs.
+;; Shush compiler.
 (eval-when-compile
-  (defvar desktop-save-buffer)         ;Emacs 21.4
-  (defvar font-lock-auto-fontify)
-  (defvar font-lock-defaults)
-  (defvar tool-bar-map))
+  (defvar desktop-save-buffer)
+  (defvar font-lock-auto-fontify))
 
 (defvar mh-folder-buttons-init-flag nil)