# HG changeset patch # User Bill Wohler # Date 1129310140 0 # Node ID 88d998016498df8a42df8bf91da7128788c1d226 # Parent 1d0956c24eb7205b8b7295b93be0b49b0e730c9d * 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. diff -r 1d0956c24eb7 -r 88d998016498 lisp/mh-e/ChangeLog --- a/lisp/mh-e/ChangeLog Fri Oct 14 16:05:37 2005 +0000 +++ b/lisp/mh-e/ChangeLog Fri Oct 14 17:15:40 2005 +0000 @@ -1,5 +1,9 @@ 2005-10-14 Bill Wohler + * 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. diff -r 1d0956c24eb7 -r 88d998016498 lisp/mh-e/mh-e.el --- a/lisp/mh-e/mh-e.el Fri Oct 14 16:05:37 2005 +0000 +++ b/lisp/mh-e/mh-e.el Fri Oct 14 17:15:40 2005 +0000 @@ -778,7 +778,7 @@ (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) diff -r 1d0956c24eb7 -r 88d998016498 lisp/mh-e/mh-funcs.el --- a/lisp/mh-e/mh-funcs.el Fri Oct 14 16:05:37 2005 +0000 +++ b/lisp/mh-e/mh-funcs.el Fri Oct 14 17:15:40 2005 +0000 @@ -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 ;; Maintainer: Bill Wohler diff -r 1d0956c24eb7 -r 88d998016498 lisp/mh-e/mh-init.el --- a/lisp/mh-e/mh-init.el Fri Oct 14 16:05:37 2005 +0000 +++ b/lisp/mh-e/mh-init.el Fri Oct 14 17:15:40 2005 +0000 @@ -311,7 +311,7 @@ (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) diff -r 1d0956c24eb7 -r 88d998016498 lisp/mh-e/mh-mime.el --- a/lisp/mh-e/mh-mime.el Fri Oct 14 16:05:37 2005 +0000 +++ b/lisp/mh-e/mh-mime.el Fri Oct 14 17:15:40 2005 +0000 @@ -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 ;; Maintainer: Bill Wohler diff -r 1d0956c24eb7 -r 88d998016498 lisp/mh-e/mh-pick.el --- a/lisp/mh-e/mh-pick.el Fri Oct 14 16:05:37 2005 +0000 +++ b/lisp/mh-e/mh-pick.el Fri Oct 14 17:15:40 2005 +0000 @@ -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 ;; Maintainer: Bill Wohler diff -r 1d0956c24eb7 -r 88d998016498 lisp/mh-e/mh-seq.el --- a/lisp/mh-e/mh-seq.el Fri Oct 14 16:05:37 2005 +0000 +++ b/lisp/mh-e/mh-seq.el Fri Oct 14 17:15:40 2005 +0000 @@ -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 ;; Maintainer: Bill Wohler diff -r 1d0956c24eb7 -r 88d998016498 lisp/mh-e/mh-utils.el --- a/lisp/mh-e/mh-utils.el Fri Oct 14 16:05:37 2005 +0000 +++ b/lisp/mh-e/mh-utils.el Fri Oct 14 17:15:40 2005 +0000 @@ -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 ;; Maintainer: Bill Wohler