diff options
| author | Bill Wohler | 2006-01-09 20:15:48 +0000 |
|---|---|---|
| committer | Bill Wohler | 2006-01-09 20:15:48 +0000 |
| commit | 04f6a2d19ef4d4d959f86c16464ff8901e3c74dc (patch) | |
| tree | 37af7fff8ff6aed781adea69b366faac8235c004 | |
| parent | 23847cd66af5061537747ab28334284f4a22ec4c (diff) | |
| download | emacs-04f6a2d19ef4d4d959f86c16464ff8901e3c74dc.tar.gz emacs-04f6a2d19ef4d4d959f86c16464ff8901e3c74dc.zip | |
* mh-funcs.el:
* mh-inc.el:
* mh-init.el:
* mh-mime.el:
* mh-seq.el:
* mh-utils.el: Use ";; Shush compiler." comment consistently per
Mark's suggestion.
| -rw-r--r-- | lisp/mh-e/ChangeLog | 10 | ||||
| -rw-r--r-- | lisp/mh-e/mh-funcs.el | 3 | ||||
| -rw-r--r-- | lisp/mh-e/mh-inc.el | 3 | ||||
| -rw-r--r-- | lisp/mh-e/mh-init.el | 3 | ||||
| -rw-r--r-- | lisp/mh-e/mh-mime.el | 3 | ||||
| -rw-r--r-- | lisp/mh-e/mh-seq.el | 3 | ||||
| -rw-r--r-- | lisp/mh-e/mh-utils.el | 3 |
7 files changed, 22 insertions, 6 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 5702145e866..7ec0541fcef 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2006-01-09 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | * mh-funcs.el: | ||
| 4 | * mh-inc.el: | ||
| 5 | * mh-init.el: | ||
| 6 | * mh-mime.el: | ||
| 7 | * mh-seq.el: | ||
| 8 | * mh-utils.el: Use ";; Shush compiler." comment consistently per | ||
| 9 | Mark's suggestion. | ||
| 10 | |||
| 1 | 2006-01-08 Bill Wohler <wohler@newt.com> | 11 | 2006-01-08 Bill Wohler <wohler@newt.com> |
| 2 | 12 | ||
| 3 | Removed code that was marked as Emacs 20 compatible that was | 13 | Removed code that was marked as Emacs 20 compatible that was |
diff --git a/lisp/mh-e/mh-funcs.el b/lisp/mh-e/mh-funcs.el index 8127e129ceb..f19314403e1 100644 --- a/lisp/mh-e/mh-funcs.el +++ b/lisp/mh-e/mh-funcs.el | |||
| @@ -149,7 +149,8 @@ Display the results only if something went wrong." | |||
| 149 | (re-search-forward "^rmf: " (point-max) t)) | 149 | (re-search-forward "^rmf: " (point-max) t)) |
| 150 | (display-buffer mh-temp-buffer))) | 150 | (display-buffer mh-temp-buffer))) |
| 151 | 151 | ||
| 152 | (eval-when-compile (defvar view-exit-action)) ;shush compiler | 152 | ;; Shush compiler. |
| 153 | (eval-when-compile (defvar view-exit-action)) | ||
| 153 | 154 | ||
| 154 | ;;;###mh-autoload | 155 | ;;;###mh-autoload |
| 155 | (defun mh-list-folders () | 156 | (defun mh-list-folders () |
diff --git a/lisp/mh-e/mh-inc.el b/lisp/mh-e/mh-inc.el index 29a9d1531a2..60765316c7a 100644 --- a/lisp/mh-e/mh-inc.el +++ b/lisp/mh-e/mh-inc.el | |||
| @@ -73,7 +73,8 @@ | |||
| 73 | (char-to-string key) | 73 | (char-to-string key) |
| 74 | "] inc " folder " folder\n")))) | 74 | "] inc " folder " folder\n")))) |
| 75 | 75 | ||
| 76 | (eval-when-compile (defvar mh-inc-spool-list)) ;shush compiler | 76 | ;; Shush compiler. |
| 77 | (eval-when-compile (defvar mh-inc-spool-list)) | ||
| 77 | 78 | ||
| 78 | (defun mh-inc-spool-make () | 79 | (defun mh-inc-spool-make () |
| 79 | "Make all commands and defines keys for contents of `mh-inc-spool-list'." | 80 | "Make all commands and defines keys for contents of `mh-inc-spool-list'." |
diff --git a/lisp/mh-e/mh-init.el b/lisp/mh-e/mh-init.el index dec107a8030..0e642862fe8 100644 --- a/lisp/mh-e/mh-init.el +++ b/lisp/mh-e/mh-init.el | |||
| @@ -297,7 +297,8 @@ This assumes that a temporary buffer is setup." | |||
| 297 | 297 | ||
| 298 | 298 | ||
| 299 | 299 | ||
| 300 | (eval-when-compile (defvar image-load-path)) ;shush compiler | 300 | ;; Shush compiler. |
| 301 | (eval-when-compile (defvar image-load-path)) | ||
| 301 | 302 | ||
| 302 | (defvar mh-image-load-path-called-flag nil) | 303 | (defvar mh-image-load-path-called-flag nil) |
| 303 | 304 | ||
diff --git a/lisp/mh-e/mh-mime.el b/lisp/mh-e/mh-mime.el index 58e974974a8..60a7b38e03d 100644 --- a/lisp/mh-e/mh-mime.el +++ b/lisp/mh-e/mh-mime.el | |||
| @@ -591,7 +591,8 @@ automatically." | |||
| 591 | (mml-insert-empty-tag 'part 'type type 'filename file | 591 | (mml-insert-empty-tag 'part 'type type 'filename file |
| 592 | 'disposition dispos 'description description))) | 592 | 'disposition dispos 'description description))) |
| 593 | 593 | ||
| 594 | (eval-when-compile (defvar mh-identity-pgg-default-user-id)) ;shush compiler | 594 | ;; Shush compiler. |
| 595 | (eval-when-compile (defvar mh-identity-pgg-default-user-id)) | ||
| 595 | 596 | ||
| 596 | (defun mh-secure-message (method mode &optional identity) | 597 | (defun mh-secure-message (method mode &optional identity) |
| 597 | "Add tag to encrypt or sign message. | 598 | "Add tag to encrypt or sign message. |
diff --git a/lisp/mh-e/mh-seq.el b/lisp/mh-e/mh-seq.el index 40eaaff37cd..c24631041d4 100644 --- a/lisp/mh-e/mh-seq.el +++ b/lisp/mh-e/mh-seq.el | |||
| @@ -169,7 +169,8 @@ you want to delete the messages, use \"\\[universal-argument] | |||
| 169 | (when (and (eq sequence mh-unseen-seq) (mh-speed-flists-active-p)) | 169 | (when (and (eq sequence mh-unseen-seq) (mh-speed-flists-active-p)) |
| 170 | (apply #'mh-speed-flists t folders-changed)))) | 170 | (apply #'mh-speed-flists t folders-changed)))) |
| 171 | 171 | ||
| 172 | (eval-when-compile (defvar view-exit-action)) ;shush compiler | 172 | ;; Shush compiler. |
| 173 | (eval-when-compile (defvar view-exit-action)) | ||
| 173 | 174 | ||
| 174 | ;;;###mh-autoload | 175 | ;;;###mh-autoload |
| 175 | (defun mh-list-sequences () | 176 | (defun mh-list-sequences () |
diff --git a/lisp/mh-e/mh-utils.el b/lisp/mh-e/mh-utils.el index fbb3b5aa260..55c5aa33667 100644 --- a/lisp/mh-e/mh-utils.el +++ b/lisp/mh-e/mh-utils.el | |||
| @@ -2606,7 +2606,8 @@ RAISE-ERROR is non-nil, in which case an error is signaled if | |||
| 2606 | (mh-exec-cmd-quiet nil "mhparam" "-components" component) | 2606 | (mh-exec-cmd-quiet nil "mhparam" "-components" component) |
| 2607 | (mh-get-profile-field (concat component ":")))) | 2607 | (mh-get-profile-field (concat component ":")))) |
| 2608 | 2608 | ||
| 2609 | (eval-when-compile (defvar mark-active)) ;shush compiler | 2609 | ;; Shush compiler. |
| 2610 | (eval-when-compile (defvar mark-active)) | ||
| 2610 | 2611 | ||
| 2611 | (defun mh-exchange-point-and-mark-preserving-active-mark () | 2612 | (defun mh-exchange-point-and-mark-preserving-active-mark () |
| 2612 | "Put the mark where point is now, and point where the mark is now. | 2613 | "Put the mark where point is now, and point where the mark is now. |