emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/lisp/mh-e mh-e.el


From: Bill Wohler
Subject: [Emacs-commit] emacs/lisp/mh-e mh-e.el
Date: Mon, 09 Jan 2006 19:26:27 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Bill Wohler <address@hidden>    06/01/09 19:26:27

Modified files:
        lisp/mh-e      : mh-e.el 

Log message:
        Use consistent verbiage with compiler defvars.
        Removed defvars that are no longer needed.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/mh-e.el.diff?tr1=1.49&tr2=1.50&r1=text&r2=text

Patches:
Index: emacs/lisp/mh-e/mh-e.el
diff -u emacs/lisp/mh-e/mh-e.el:1.49 emacs/lisp/mh-e/mh-e.el:1.50
--- emacs/lisp/mh-e/mh-e.el:1.49        Mon Jan  9 06:28:49 2006
+++ emacs/lisp/mh-e/mh-e.el     Mon Jan  9 19:26:27 2006
@@ -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)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]