diff options
| author | Eli Zaretskii | 2023-01-01 05:47:47 -0500 |
|---|---|---|
| committer | Eli Zaretskii | 2023-01-01 05:47:47 -0500 |
| commit | 3c55fbd4adfcf5d0d0ee8fdbbd6f012fa951f0b2 (patch) | |
| tree | bc5715fea2ff0ae8830afdee165dcaa22344f159 /lisp/mh-e | |
| parent | df192b5153f9d0c9b371f28f6460a038cba8a987 (diff) | |
| parent | cae528457cb862dc886a34240c9d4c73035b6659 (diff) | |
| download | emacs-3c55fbd4adfcf5d0d0ee8fdbbd6f012fa951f0b2.tar.gz emacs-3c55fbd4adfcf5d0d0ee8fdbbd6f012fa951f0b2.zip | |
Merge from origin/emacs-29
cae528457c ; Add 2023 to copyright years.
b394359261 Improve documentation of 'isearch-open-overlay-temporary'
ab3210e709 Document 'use-package' in the 2 main manuals
# Conflicts:
# etc/refcards/ru-refcard.tex
# lib/explicit_bzero.c
# m4/explicit_bzero.m4
Diffstat (limited to 'lisp/mh-e')
| -rw-r--r-- | lisp/mh-e/ChangeLog.1 | 2 | ||||
| -rw-r--r-- | lisp/mh-e/ChangeLog.2 | 2 | ||||
| -rw-r--r-- | lisp/mh-e/mh-acros.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/mh-alias.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/mh-buffers.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/mh-comp.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/mh-e.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/mh-folder.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/mh-funcs.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/mh-gnus.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/mh-identity.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/mh-inc.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/mh-junk.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/mh-letter.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/mh-limit.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/mh-mime.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/mh-print.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/mh-scan.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/mh-search.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/mh-seq.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/mh-show.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/mh-speed.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/mh-thread.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/mh-tool-bar.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/mh-utils.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/mh-xface.el | 2 |
26 files changed, 26 insertions, 26 deletions
diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1 index f3053f3a257..f918ab8fe74 100644 --- a/lisp/mh-e/ChangeLog.1 +++ b/lisp/mh-e/ChangeLog.1 | |||
| @@ -11419,7 +11419,7 @@ | |||
| 11419 | (dist): Leave release in current directory. | 11419 | (dist): Leave release in current directory. |
| 11420 | 11420 | ||
| 11421 | 11421 | ||
| 11422 | Copyright (C) 2003-2022 Free Software Foundation, Inc. | 11422 | Copyright (C) 2003-2023 Free Software Foundation, Inc. |
| 11423 | 11423 | ||
| 11424 | This file is part of GNU Emacs. | 11424 | This file is part of GNU Emacs. |
| 11425 | 11425 | ||
diff --git a/lisp/mh-e/ChangeLog.2 b/lisp/mh-e/ChangeLog.2 index fd597f0c00d..f0032e9db19 100644 --- a/lisp/mh-e/ChangeLog.2 +++ b/lisp/mh-e/ChangeLog.2 | |||
| @@ -3673,7 +3673,7 @@ | |||
| 3673 | 3673 | ||
| 3674 | See ChangeLog.1 for earlier changes. | 3674 | See ChangeLog.1 for earlier changes. |
| 3675 | 3675 | ||
| 3676 | Copyright (C) 2005-2022 Free Software Foundation, Inc. | 3676 | Copyright (C) 2005-2023 Free Software Foundation, Inc. |
| 3677 | 3677 | ||
| 3678 | This file is part of GNU Emacs. | 3678 | This file is part of GNU Emacs. |
| 3679 | 3679 | ||
diff --git a/lisp/mh-e/mh-acros.el b/lisp/mh-e/mh-acros.el index 2b4807ab696..3981bb7f709 100644 --- a/lisp/mh-e/mh-acros.el +++ b/lisp/mh-e/mh-acros.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-acros.el --- macros used in MH-E -*- lexical-binding: t; -*- | 1 | ;;; mh-acros.el --- macros used in MH-E -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004, 2006-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004, 2006-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> | 5 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> |
| 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-alias.el b/lisp/mh-e/mh-alias.el index 3ceb419023e..2b567411e0f 100644 --- a/lisp/mh-e/mh-alias.el +++ b/lisp/mh-e/mh-alias.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-alias.el --- MH-E mail alias completion and expansion -*- lexical-binding: t; -*- | 1 | ;;; mh-alias.el --- MH-E mail alias completion and expansion -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994-1997, 2001-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994-1997, 2001-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Peter S. Galbraith <psg@debian.org> | 5 | ;; Author: Peter S. Galbraith <psg@debian.org> |
| 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-buffers.el b/lisp/mh-e/mh-buffers.el index 4b15b774132..b0f2e1963d6 100644 --- a/lisp/mh-e/mh-buffers.el +++ b/lisp/mh-e/mh-buffers.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-buffers.el --- MH-E buffer constants and utilities -*- lexical-binding: t; -*- | 1 | ;;; mh-buffers.el --- MH-E buffer constants and utilities -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1995, 1997, 2000-2022 Free Software Foundation, | 3 | ;; Copyright (C) 1993, 1995, 1997, 2000-2023 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Bill Wohler <wohler@newt.com> | 6 | ;; Author: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-comp.el b/lisp/mh-e/mh-comp.el index 678bffd1687..92d31bf1826 100644 --- a/lisp/mh-e/mh-comp.el +++ b/lisp/mh-e/mh-comp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-comp.el --- MH-E functions for composing and sending messages -*- lexical-binding: t; -*- | 1 | ;;; mh-comp.el --- MH-E functions for composing and sending messages -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1995, 1997, 2000-2022 Free Software Foundation, | 3 | ;; Copyright (C) 1993, 1995, 1997, 2000-2023 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Bill Wohler <wohler@newt.com> | 6 | ;; Author: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index 9a04d890973..1640c23e002 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-e.el --- GNU Emacs interface to the MH mail system -*- lexical-binding: t; -*- | 1 | ;;; mh-e.el --- GNU Emacs interface to the MH mail system -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1988, 1990, 1992-1995, 1997, 1999-2022 Free | 3 | ;; Copyright (C) 1985-1988, 1990, 1992-1995, 1997, 1999-2023 Free |
| 4 | ;; Software Foundation, Inc. | 4 | ;; Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Bill Wohler <wohler@newt.com> | 6 | ;; Author: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-folder.el b/lisp/mh-e/mh-folder.el index 308660431ac..dbed3c83994 100644 --- a/lisp/mh-e/mh-folder.el +++ b/lisp/mh-e/mh-folder.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-folder.el --- MH-Folder mode -*- lexical-binding: t; -*- | 1 | ;;; mh-folder.el --- MH-Folder mode -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2003, 2005-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2003, 2005-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Bill Wohler <wohler@newt.com> | 5 | ;; Author: Bill Wohler <wohler@newt.com> |
| 6 | ;; Keywords: mail | 6 | ;; Keywords: mail |
diff --git a/lisp/mh-e/mh-funcs.el b/lisp/mh-e/mh-funcs.el index 4956d9b59fd..df128c8f709 100644 --- a/lisp/mh-e/mh-funcs.el +++ b/lisp/mh-e/mh-funcs.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-funcs.el --- MH-E functions not everyone will use right away -*- lexical-binding: t; -*- | 1 | ;;; mh-funcs.el --- MH-E functions not everyone will use right away -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1995, 2001-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1995, 2001-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Bill Wohler <wohler@newt.com> | 5 | ;; Author: Bill Wohler <wohler@newt.com> |
| 6 | ;; Keywords: mail | 6 | ;; Keywords: mail |
diff --git a/lisp/mh-e/mh-gnus.el b/lisp/mh-e/mh-gnus.el index b797000566e..4bc7119cb80 100644 --- a/lisp/mh-e/mh-gnus.el +++ b/lisp/mh-e/mh-gnus.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-gnus.el --- make MH-E compatible with various versions of Gnus -*- lexical-binding: t; -*- | 1 | ;;; mh-gnus.el --- make MH-E compatible with various versions of Gnus -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2004, 2006-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003-2004, 2006-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> | 5 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> |
| 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-identity.el b/lisp/mh-e/mh-identity.el index 2507c677462..307c7fcf9c7 100644 --- a/lisp/mh-e/mh-identity.el +++ b/lisp/mh-e/mh-identity.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-identity.el --- multiple identify support for MH-E -*- lexical-binding: t; -*- | 1 | ;;; mh-identity.el --- multiple identify support for MH-E -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Peter S. Galbraith <psg@debian.org> | 5 | ;; Author: Peter S. Galbraith <psg@debian.org> |
| 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-inc.el b/lisp/mh-e/mh-inc.el index cc6ebfef426..e4e88b36e3d 100644 --- a/lisp/mh-e/mh-inc.el +++ b/lisp/mh-e/mh-inc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-inc.el --- MH-E "inc" and separate mail spool handling -*- lexical-binding: t; -*- | 1 | ;;; mh-inc.el --- MH-E "inc" and separate mail spool handling -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2004, 2006-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003-2004, 2006-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Peter S. Galbraith <psg@debian.org> | 5 | ;; Author: Peter S. Galbraith <psg@debian.org> |
| 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-junk.el b/lisp/mh-e/mh-junk.el index 38a8216dc0c..c01ecc69285 100644 --- a/lisp/mh-e/mh-junk.el +++ b/lisp/mh-e/mh-junk.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-junk.el --- MH-E interface to anti-spam measures -*- lexical-binding: t; -*- | 1 | ;;; mh-junk.el --- MH-E interface to anti-spam measures -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu>, | 5 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu>, |
| 6 | ;; Bill Wohler <wohler@newt.com> | 6 | ;; Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-letter.el b/lisp/mh-e/mh-letter.el index 723e5bb36c0..f75e2b9b80d 100644 --- a/lisp/mh-e/mh-letter.el +++ b/lisp/mh-e/mh-letter.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-letter.el --- MH-Letter mode -*- lexical-binding: t; -*- | 1 | ;;; mh-letter.el --- MH-Letter mode -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1995, 1997, 2000-2022 Free Software Foundation, | 3 | ;; Copyright (C) 1993, 1995, 1997, 2000-2023 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Bill Wohler <wohler@newt.com> | 6 | ;; Author: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-limit.el b/lisp/mh-e/mh-limit.el index da3e5b4f35c..845b6f99cf7 100644 --- a/lisp/mh-e/mh-limit.el +++ b/lisp/mh-e/mh-limit.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-limit.el --- MH-E display limits -*- lexical-binding: t; -*- | 1 | ;;; mh-limit.el --- MH-E display limits -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2003, 2006-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001-2003, 2006-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Peter S. Galbraith <psg@debian.org> | 5 | ;; Author: Peter S. Galbraith <psg@debian.org> |
| 6 | ;; Keywords: mail | 6 | ;; Keywords: mail |
diff --git a/lisp/mh-e/mh-mime.el b/lisp/mh-e/mh-mime.el index c0b42171b9d..6c498d8df71 100644 --- a/lisp/mh-e/mh-mime.el +++ b/lisp/mh-e/mh-mime.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-mime.el --- MH-E MIME support -*- lexical-binding: t; -*- | 1 | ;;; mh-mime.el --- MH-E MIME support -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1995, 2001-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1995, 2001-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Bill Wohler <wohler@newt.com> | 5 | ;; Author: Bill Wohler <wohler@newt.com> |
| 6 | ;; Keywords: mail | 6 | ;; Keywords: mail |
diff --git a/lisp/mh-e/mh-print.el b/lisp/mh-e/mh-print.el index 78906b68ad3..76116010b33 100644 --- a/lisp/mh-e/mh-print.el +++ b/lisp/mh-e/mh-print.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-print.el --- MH-E printing support -*- lexical-binding: t; -*- | 1 | ;;; mh-print.el --- MH-E printing support -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jeffrey C Honig <jch@honig.net> | 5 | ;; Author: Jeffrey C Honig <jch@honig.net> |
| 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-scan.el b/lisp/mh-e/mh-scan.el index abbf7422b52..d0a279eac97 100644 --- a/lisp/mh-e/mh-scan.el +++ b/lisp/mh-e/mh-scan.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-scan.el --- MH-E scan line constants and utilities -*- lexical-binding: t; -*- | 1 | ;;; mh-scan.el --- MH-E scan line constants and utilities -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1995, 1997, 2000-2022 Free Software Foundation, | 3 | ;; Copyright (C) 1993, 1995, 1997, 2000-2023 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Bill Wohler <wohler@newt.com> | 6 | ;; Author: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-search.el b/lisp/mh-e/mh-search.el index 1b28509dd12..63b4304985c 100644 --- a/lisp/mh-e/mh-search.el +++ b/lisp/mh-e/mh-search.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-search.el --- MH-Search mode -*- lexical-binding: t; -*- | 1 | ;;; mh-search.el --- MH-Search mode -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1995, 2001-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1995, 2001-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Indexed search by Satyaki Das <satyaki@theforce.stanford.edu> | 5 | ;; Author: Indexed search by Satyaki Das <satyaki@theforce.stanford.edu> |
| 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-seq.el b/lisp/mh-e/mh-seq.el index c82a1a53baf..f5716fe968f 100644 --- a/lisp/mh-e/mh-seq.el +++ b/lisp/mh-e/mh-seq.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-seq.el --- MH-E sequences support -*- lexical-binding: t; -*- | 1 | ;;; mh-seq.el --- MH-E sequences support -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1995, 2001-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1995, 2001-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Bill Wohler <wohler@newt.com> | 5 | ;; Author: Bill Wohler <wohler@newt.com> |
| 6 | ;; Keywords: mail | 6 | ;; Keywords: mail |
diff --git a/lisp/mh-e/mh-show.el b/lisp/mh-e/mh-show.el index 1731d75738b..54d986edc1e 100644 --- a/lisp/mh-e/mh-show.el +++ b/lisp/mh-e/mh-show.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-show.el --- MH-Show mode -*- lexical-binding: t; -*- | 1 | ;;; mh-show.el --- MH-Show mode -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1995, 1997, 2000-2022 Free Software Foundation, | 3 | ;; Copyright (C) 1993, 1995, 1997, 2000-2023 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Bill Wohler <wohler@newt.com> | 6 | ;; Author: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-speed.el b/lisp/mh-e/mh-speed.el index 3babea76121..0258f0b3939 100644 --- a/lisp/mh-e/mh-speed.el +++ b/lisp/mh-e/mh-speed.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-speed.el --- MH-E speedbar support -*- lexical-binding: t; -*- | 1 | ;;; mh-speed.el --- MH-E speedbar support -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> | 5 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> |
| 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-thread.el b/lisp/mh-e/mh-thread.el index 2358ba4bc61..980a6a38902 100644 --- a/lisp/mh-e/mh-thread.el +++ b/lisp/mh-e/mh-thread.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-thread.el --- MH-E threading support -*- lexical-binding: t; -*- | 1 | ;;; mh-thread.el --- MH-E threading support -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2004, 2006-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2004, 2006-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> | 5 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> |
| 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-tool-bar.el b/lisp/mh-e/mh-tool-bar.el index 933b3b633af..c0fadc66096 100644 --- a/lisp/mh-e/mh-tool-bar.el +++ b/lisp/mh-e/mh-tool-bar.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-tool-bar.el --- MH-E tool bar support -*- lexical-binding: t; -*- | 1 | ;;; mh-tool-bar.el --- MH-E tool bar support -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2003, 2005-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2003, 2005-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> | 5 | ;; Author: Satyaki Das <satyaki@theforce.stanford.edu> |
| 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> | 6 | ;; Maintainer: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-utils.el b/lisp/mh-e/mh-utils.el index b2c79350c46..6f84fcdb2ba 100644 --- a/lisp/mh-e/mh-utils.el +++ b/lisp/mh-e/mh-utils.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-utils.el --- MH-E general utilities -*- lexical-binding: t; -*- | 1 | ;;; mh-utils.el --- MH-E general utilities -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1995, 1997, 2000-2022 Free Software Foundation, | 3 | ;; Copyright (C) 1993, 1995, 1997, 2000-2023 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Bill Wohler <wohler@newt.com> | 6 | ;; Author: Bill Wohler <wohler@newt.com> |
diff --git a/lisp/mh-e/mh-xface.el b/lisp/mh-e/mh-xface.el index d6ecd836556..06233b1b217 100644 --- a/lisp/mh-e/mh-xface.el +++ b/lisp/mh-e/mh-xface.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mh-xface.el --- MH-E X-Face and Face header field display -*- lexical-binding: t; -*- | 1 | ;;; mh-xface.el --- MH-E X-Face and Face header field display -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2003, 2005-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2003, 2005-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Bill Wohler <wohler@newt.com> | 5 | ;; Author: Bill Wohler <wohler@newt.com> |
| 6 | ;; Keywords: mail | 6 | ;; Keywords: mail |