]> code.delx.au - gnu-emacs/commitdiff
* mh-e.el, mh-funcs.el, mh-init.el, mh-mime.el, mh-pick.el, mh-seq.el:
authorBill Wohler <wohler@newt.com>
Fri, 14 Oct 2005 17:15:40 +0000 (17:15 +0000)
committerBill Wohler <wohler@newt.com>
Fri, 14 Oct 2005 17:15:40 +0000 (17:15 +0000)
* mh-utils.el: Ran mh-unit. Continued copyright lines need to be
indented.

lisp/mh-e/ChangeLog
lisp/mh-e/mh-e.el
lisp/mh-e/mh-funcs.el
lisp/mh-e/mh-init.el
lisp/mh-e/mh-mime.el
lisp/mh-e/mh-pick.el
lisp/mh-e/mh-seq.el
lisp/mh-e/mh-utils.el

index 5c2e2b706548e14f506c5f9ca754f2edded68fd5..bbea09f669ad5efc9dff9994662095e579664719 100644 (file)
@@ -1,5 +1,9 @@
 2005-10-14  Bill Wohler  <wohler@newt.com>
 
+       * mh-e.el, mh-funcs.el, mh-init.el, mh-mime.el, mh-pick.el:
+       * mh-seq.el, mh-utils.el: Ran mh-unit. Continued copyright lines
+       need to be indented. 
+       
        * mh-seq.el (mh-non-seq-mode-line-annotation): Moved
        make-variable-buffer-local call to top level to avoid warnings in
        CVS Emacs.
index ad1093101e1a080df119ae7682f166dac4ad44b8..516412c68c21302c7ad489c15f37dbe3c4f23ba0 100644 (file)
@@ -778,7 +778,7 @@ bottom of the current message."
         (if (mh-in-show-buffer (mh-show-buffer)
               (pos-visible-in-window-p (point-max)))
             (progn
-              (message 
+              (message
                "End of message (Type %s to read %s undeleted message)"
                (single-key-description last-input-event)
                (if (equal mh-next-direction 'backward)
index 717d0b27aef1683c7224ad6a46f4d178e52bad07..6ce1da8fe90539e59e6629d2dece92155f2b146c 100644 (file)
@@ -1,7 +1,7 @@
 ;;; mh-funcs.el --- MH-E functions not everyone will use right away
 
 ;; Copyright (C) 1993, 1995,
-;; 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+;;  2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 ;; Author: Bill Wohler <wohler@newt.com>
 ;; Maintainer: Bill Wohler <wohler@newt.com>
index 06ca97f9cd6a8df0fc043acc0b73209ca23e48d1..7efbfd003d5b5a1ee16fbc0cbaea0fb2b540c984 100644 (file)
@@ -311,7 +311,7 @@ by the variable `mh-variants'."
 (defun mh-image-load-path ()
   "Ensure that the MH-E images are accessible by `find-image'.
 Images for MH-E are found in ../../etc/images relative to the files in
-lisp/mh-e. If `image-load-path' exists (since Emacs 22), then the images
+`lisp/mh-e'. If `image-load-path' exists (since Emacs 22), then the images
 directory is added to it if isn't already there. Otherwise, the images
 directory is added to the `load-path' if it isn't already there."
   (let (mh-load-path mh-image-load-path)
index 4f72fe064874b442720fe4162668f117b06fbb51..fb7bace7ead1f53b3c334c52b741ac373a8ed4ef 100644 (file)
@@ -1,7 +1,7 @@
 ;;; mh-mime.el --- MH-E support for composing MIME messages
 
 ;; Copyright (C) 1993, 1995,
-;; 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+;;  2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 ;; Author: Bill Wohler <wohler@newt.com>
 ;; Maintainer: Bill Wohler <wohler@newt.com>
index c0b9360cfaef1bf3261cf2eb3432f31c51f64b4e..eb825fe462fbff8a03b8a7cb83589e58a7b9f7b7 100644 (file)
@@ -1,7 +1,7 @@
 ;;; mh-pick.el --- make a search pattern and search for a message in MH-E
 
 ;; Copyright (C) 1993, 1995,
-;; 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
+;;  2001, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 ;; Author: Bill Wohler <wohler@newt.com>
 ;; Maintainer: Bill Wohler <wohler@newt.com>
index 8459c6fdce6845230d254acd1953e65a2aff8e4d..efbfe0d221fe201fa636686090cde9292bb03052 100644 (file)
@@ -1,7 +1,7 @@
 ;;; mh-seq.el --- MH-E sequences support
 
 ;; Copyright (C) 1993, 1995,
-;; 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+;;  2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 ;; Author: Bill Wohler <wohler@newt.com>
 ;; Maintainer: Bill Wohler <wohler@newt.com>
index 0e608e520622cc69fe81c97cee128b091ae49da4..b589b63b597dc79e4f9629e0d3fa7cf331380968 100644 (file)
@@ -1,7 +1,7 @@
 ;;; mh-utils.el --- MH-E code needed for both sending and reading
 
 ;; Copyright (C) 1993, 1995, 1997,
-;; 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+;;  2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 ;; Author: Bill Wohler <wohler@newt.com>
 ;; Maintainer: Bill Wohler <wohler@newt.com>