Mercurial > emacs
changeset 66087:88d998016498
* 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.
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Fri, 14 Oct 2005 17:15:40 +0000 |
parents | 1d0956c24eb7 |
children | b63142efae15 |
files | 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 |
diffstat | 8 files changed, 11 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.
--- 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)
--- 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 <wohler@newt.com> ;; Maintainer: Bill Wohler <wohler@newt.com>
--- 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)
--- 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 <wohler@newt.com> ;; Maintainer: Bill Wohler <wohler@newt.com>
--- 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 <wohler@newt.com> ;; Maintainer: Bill Wohler <wohler@newt.com>
--- 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 <wohler@newt.com> ;; Maintainer: Bill Wohler <wohler@newt.com>
--- 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 <wohler@newt.com> ;; Maintainer: Bill Wohler <wohler@newt.com>