aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wohler2005-10-14 17:15:40 +0000
committerBill Wohler2005-10-14 17:15:40 +0000
commitdeceef674f7f343d52c21095605bf55dc5822835 (patch)
treec53d09ca29d0c205a0e725985eed7f890c7b4684
parenta10f4ace50d2747876c0bb0cce3acb58822f2769 (diff)
downloademacs-deceef674f7f343d52c21095605bf55dc5822835.tar.gz
emacs-deceef674f7f343d52c21095605bf55dc5822835.zip
* 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.
-rw-r--r--lisp/mh-e/ChangeLog4
-rw-r--r--lisp/mh-e/mh-e.el2
-rw-r--r--lisp/mh-e/mh-funcs.el2
-rw-r--r--lisp/mh-e/mh-init.el2
-rw-r--r--lisp/mh-e/mh-mime.el2
-rw-r--r--lisp/mh-e/mh-pick.el2
-rw-r--r--lisp/mh-e/mh-seq.el2
-rw-r--r--lisp/mh-e/mh-utils.el2
8 files changed, 11 insertions, 7 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index 5c2e2b70654..bbea09f669a 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -1,5 +1,9 @@
12005-10-14 Bill Wohler <wohler@newt.com> 12005-10-14 Bill Wohler <wohler@newt.com>
2 2
3 * mh-e.el, mh-funcs.el, mh-init.el, mh-mime.el, mh-pick.el:
4 * mh-seq.el, mh-utils.el: Ran mh-unit. Continued copyright lines
5 need to be indented.
6
3 * mh-seq.el (mh-non-seq-mode-line-annotation): Moved 7 * mh-seq.el (mh-non-seq-mode-line-annotation): Moved
4 make-variable-buffer-local call to top level to avoid warnings in 8 make-variable-buffer-local call to top level to avoid warnings in
5 CVS Emacs. 9 CVS Emacs.
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el
index ad1093101e1..516412c68c2 100644
--- a/lisp/mh-e/mh-e.el
+++ b/lisp/mh-e/mh-e.el
@@ -778,7 +778,7 @@ bottom of the current message."
778 (if (mh-in-show-buffer (mh-show-buffer) 778 (if (mh-in-show-buffer (mh-show-buffer)
779 (pos-visible-in-window-p (point-max))) 779 (pos-visible-in-window-p (point-max)))
780 (progn 780 (progn
781 (message 781 (message
782 "End of message (Type %s to read %s undeleted message)" 782 "End of message (Type %s to read %s undeleted message)"
783 (single-key-description last-input-event) 783 (single-key-description last-input-event)
784 (if (equal mh-next-direction 'backward) 784 (if (equal mh-next-direction 'backward)
diff --git a/lisp/mh-e/mh-funcs.el b/lisp/mh-e/mh-funcs.el
index 717d0b27aef..6ce1da8fe90 100644
--- a/lisp/mh-e/mh-funcs.el
+++ b/lisp/mh-e/mh-funcs.el
@@ -1,7 +1,7 @@
1;;; mh-funcs.el --- MH-E functions not everyone will use right away 1;;; mh-funcs.el --- MH-E functions not everyone will use right away
2 2
3;; Copyright (C) 1993, 1995, 3;; Copyright (C) 1993, 1995,
4;; 2001, 2002, 2003, 2004 Free Software Foundation, Inc. 4;; 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
5 5
6;; Author: Bill Wohler <wohler@newt.com> 6;; Author: Bill Wohler <wohler@newt.com>
7;; Maintainer: Bill Wohler <wohler@newt.com> 7;; Maintainer: Bill Wohler <wohler@newt.com>
diff --git a/lisp/mh-e/mh-init.el b/lisp/mh-e/mh-init.el
index 06ca97f9cd6..7efbfd003d5 100644
--- a/lisp/mh-e/mh-init.el
+++ b/lisp/mh-e/mh-init.el
@@ -311,7 +311,7 @@ by the variable `mh-variants'."
311(defun mh-image-load-path () 311(defun mh-image-load-path ()
312 "Ensure that the MH-E images are accessible by `find-image'. 312 "Ensure that the MH-E images are accessible by `find-image'.
313Images for MH-E are found in ../../etc/images relative to the files in 313Images for MH-E are found in ../../etc/images relative to the files in
314lisp/mh-e. If `image-load-path' exists (since Emacs 22), then the images 314`lisp/mh-e'. If `image-load-path' exists (since Emacs 22), then the images
315directory is added to it if isn't already there. Otherwise, the images 315directory is added to it if isn't already there. Otherwise, the images
316directory is added to the `load-path' if it isn't already there." 316directory is added to the `load-path' if it isn't already there."
317 (let (mh-load-path mh-image-load-path) 317 (let (mh-load-path mh-image-load-path)
diff --git a/lisp/mh-e/mh-mime.el b/lisp/mh-e/mh-mime.el
index 4f72fe06487..fb7bace7ead 100644
--- a/lisp/mh-e/mh-mime.el
+++ b/lisp/mh-e/mh-mime.el
@@ -1,7 +1,7 @@
1;;; mh-mime.el --- MH-E support for composing MIME messages 1;;; mh-mime.el --- MH-E support for composing MIME messages
2 2
3;; Copyright (C) 1993, 1995, 3;; Copyright (C) 1993, 1995,
4;; 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. 4;; 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
5 5
6;; Author: Bill Wohler <wohler@newt.com> 6;; Author: Bill Wohler <wohler@newt.com>
7;; Maintainer: Bill Wohler <wohler@newt.com> 7;; Maintainer: Bill Wohler <wohler@newt.com>
diff --git a/lisp/mh-e/mh-pick.el b/lisp/mh-e/mh-pick.el
index c0b9360cfae..eb825fe462f 100644
--- a/lisp/mh-e/mh-pick.el
+++ b/lisp/mh-e/mh-pick.el
@@ -1,7 +1,7 @@
1;;; mh-pick.el --- make a search pattern and search for a message in MH-E 1;;; mh-pick.el --- make a search pattern and search for a message in MH-E
2 2
3;; Copyright (C) 1993, 1995, 3;; Copyright (C) 1993, 1995,
4;; 2001, 2003, 2004, 2005 Free Software Foundation, Inc. 4;; 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
5 5
6;; Author: Bill Wohler <wohler@newt.com> 6;; Author: Bill Wohler <wohler@newt.com>
7;; Maintainer: Bill Wohler <wohler@newt.com> 7;; Maintainer: Bill Wohler <wohler@newt.com>
diff --git a/lisp/mh-e/mh-seq.el b/lisp/mh-e/mh-seq.el
index 8459c6fdce6..efbfe0d221f 100644
--- a/lisp/mh-e/mh-seq.el
+++ b/lisp/mh-e/mh-seq.el
@@ -1,7 +1,7 @@
1;;; mh-seq.el --- MH-E sequences support 1;;; mh-seq.el --- MH-E sequences support
2 2
3;; Copyright (C) 1993, 1995, 3;; Copyright (C) 1993, 1995,
4;; 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. 4;; 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
5 5
6;; Author: Bill Wohler <wohler@newt.com> 6;; Author: Bill Wohler <wohler@newt.com>
7;; Maintainer: Bill Wohler <wohler@newt.com> 7;; Maintainer: Bill Wohler <wohler@newt.com>
diff --git a/lisp/mh-e/mh-utils.el b/lisp/mh-e/mh-utils.el
index 0e608e52062..b589b63b597 100644
--- a/lisp/mh-e/mh-utils.el
+++ b/lisp/mh-e/mh-utils.el
@@ -1,7 +1,7 @@
1;;; mh-utils.el --- MH-E code needed for both sending and reading 1;;; mh-utils.el --- MH-E code needed for both sending and reading
2 2
3;; Copyright (C) 1993, 1995, 1997, 3;; Copyright (C) 1993, 1995, 1997,
4;; 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. 4;; 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
5 5
6;; Author: Bill Wohler <wohler@newt.com> 6;; Author: Bill Wohler <wohler@newt.com>
7;; Maintainer: Bill Wohler <wohler@newt.com> 7;; Maintainer: Bill Wohler <wohler@newt.com>