]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove a couple of extra blank lines and unneeded defvars.
authorBill Wohler <wohler@newt.com>
Tue, 10 Jan 2006 01:53:05 +0000 (01:53 +0000)
committerBill Wohler <wohler@newt.com>
Tue, 10 Jan 2006 01:53:05 +0000 (01:53 +0000)
lisp/mh-e/mh-utils.el

index 55c5aa33667ff4dadbc30b91c84842b1c94dcc98..bc1b59f661cce27b8f825a12663ca9be711601a2 100644 (file)
@@ -463,7 +463,7 @@ operation."
      (t
       nil))))
 
-;; Needed to help shush the byte-compiler.
+;; Shush compiler.
 (if mh-xemacs-flag
     (eval-and-compile
       (require 'gnus)
@@ -766,7 +766,6 @@ with \"+\"."
     (and (> (length name) 0)
          (eq (aref name 0) ?+))))
 
-
 (defun mh-expand-file-name (filename &optional default)
   "Expand FILENAME like `expand-file-name', but also handle MH folder names.
 Any filename that starts with '+' is treated as a folder name.
@@ -775,7 +774,6 @@ See `expand-file-name' for description of DEFAULT."
       (expand-file-name (substring filename 1) mh-user-path)
     (expand-file-name filename default)))
 
-
 (defun mh-msg-filename (msg &optional folder)
   "Return the file name of MSG in FOLDER (default current folder)."
   (expand-file-name (int-to-string msg)
@@ -1126,15 +1124,11 @@ still visible.\n")
     "--"
     ["Quit MH-E"                        mh-quit t]))
 
-
 ;; Ensure new buffers won't get this mode if default-major-mode is nil.
 (put 'mh-show-mode 'mode-class 'special)
 
 ;; Shush compiler.
-(eval-when-compile
-  (defvar font-lock-auto-fontify)
-  (defvar font-lock-defaults)
-  (defvar tool-bar-map))
+(eval-when-compile (defvar font-lock-auto-fontify))
 
 (define-derived-mode mh-show-mode text-mode "MH-Show"
   "Major mode for showing messages in MH-E.\\<mh-show-mode-map>