aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e
diff options
context:
space:
mode:
authorStefan Kangas2025-01-02 18:32:51 +0100
committerStefan Kangas2025-01-02 18:39:42 +0100
commit7fa975adbce3f2ce4ba40ea52110b992a52262b6 (patch)
tree98080d2e47eb14293bd131fe22e04f050759ff6f /lisp/mh-e
parentafe776051ec84c4bb37fc20b8dcfff3b1c81018e (diff)
downloademacs-7fa975adbce3f2ce4ba40ea52110b992a52262b6.tar.gz
emacs-7fa975adbce3f2ce4ba40ea52110b992a52262b6.zip
Update copyright year to 2025
Run "TZ=UTC0 admin/update-copyright".
Diffstat (limited to 'lisp/mh-e')
-rw-r--r--lisp/mh-e/ChangeLog.12
-rw-r--r--lisp/mh-e/ChangeLog.22
-rw-r--r--lisp/mh-e/mh-acros.el2
-rw-r--r--lisp/mh-e/mh-alias.el2
-rw-r--r--lisp/mh-e/mh-buffers.el2
-rw-r--r--lisp/mh-e/mh-comp.el2
-rw-r--r--lisp/mh-e/mh-e.el2
-rw-r--r--lisp/mh-e/mh-folder.el2
-rw-r--r--lisp/mh-e/mh-funcs.el2
-rw-r--r--lisp/mh-e/mh-gnus.el2
-rw-r--r--lisp/mh-e/mh-identity.el2
-rw-r--r--lisp/mh-e/mh-inc.el2
-rw-r--r--lisp/mh-e/mh-junk.el2
-rw-r--r--lisp/mh-e/mh-letter.el2
-rw-r--r--lisp/mh-e/mh-limit.el2
-rw-r--r--lisp/mh-e/mh-mime.el2
-rw-r--r--lisp/mh-e/mh-print.el2
-rw-r--r--lisp/mh-e/mh-scan.el2
-rw-r--r--lisp/mh-e/mh-search.el2
-rw-r--r--lisp/mh-e/mh-seq.el2
-rw-r--r--lisp/mh-e/mh-show.el2
-rw-r--r--lisp/mh-e/mh-speed.el2
-rw-r--r--lisp/mh-e/mh-thread.el2
-rw-r--r--lisp/mh-e/mh-tool-bar.el2
-rw-r--r--lisp/mh-e/mh-utils.el2
-rw-r--r--lisp/mh-e/mh-xface.el2
26 files changed, 26 insertions, 26 deletions
diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1
index 10a19fdc49f..40c1cccce62 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-2024 Free Software Foundation, Inc. 11422 Copyright (C) 2003\(en2025 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 e632bcf1858..5f1fd2e4cf5 100644
--- a/lisp/mh-e/ChangeLog.2
+++ b/lisp/mh-e/ChangeLog.2
@@ -3673,7 +3673,7 @@
3673 3673
3674See ChangeLog.1 for earlier changes. 3674See ChangeLog.1 for earlier changes.
3675 3675
3676 Copyright (C) 2005-2024 Free Software Foundation, Inc. 3676 Copyright (C) 2005\(en2025 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 8f582df128d..a4c04c51835 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2004, 2006-2025 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 023bccad71a..a901c009ad8 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 1994-1997, 2001-2025 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 e757f330675..54a37b0fc83 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-2024 Free Software Foundation, 3;; Copyright (C) 1993, 1995, 1997, 2000-2025 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 df2ca6ebd08..81b718ce580 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-2024 Free Software Foundation, 3;; Copyright (C) 1993, 1995, 1997, 2000-2025 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 3d686b4a777..7bca8bfde73 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-2024 Free 3;; Copyright (C) 1985-1988, 1990, 1992-1995, 1997, 1999-2025 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 c90537f1502..f9f24fcfd8f 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2003, 2005-2025 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 bb3e67467d5..d9bb07dbf2b 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 1993, 1995, 2001-2025 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 2053dcc708a..0af484e8567 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2003-2004, 2006-2025 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 bfd0a1c0277..8449bc624de 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2025 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 acb0474a8f9..65649adc8f2 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2003-2004, 2006-2025 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 9eb4f8d500c..90f50e729fd 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2003-2025 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 8e0241f345e..5b11d03d492 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-2024 Free Software Foundation, 3;; Copyright (C) 1993, 1995, 1997, 2000-2025 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 7af7f768b60..0a011b41b12 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2001-2003, 2006-2025 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 b0920d524a7..568d196ef05 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 1993, 1995, 2001-2025 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 b7c07d4239c..f7f33e74937 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2003-2025 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 b076ff5dbec..f8f585cfb50 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-2024 Free Software Foundation, 3;; Copyright (C) 1993, 1995, 1997, 2000-2025 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 5ee70ae081d..a0925684637 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 1993, 1995, 2001-2025 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 0251d4875d4..8908b2ef4c2 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 1993, 1995, 2001-2025 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 96b148ab49c..f367eb6b130 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-2024 Free Software Foundation, 3;; Copyright (C) 1993, 1995, 1997, 2000-2025 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 5b5ad48a291..e0fe2e329e7 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2025 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 8119de486a1..f7ab461b924 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2004, 2006-2025 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 580faf7c5df..6ae47f8897e 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2003, 2005-2025 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 9d5711105ba..fc83f5618b9 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-2024 Free Software Foundation, 3;; Copyright (C) 1993, 1995, 1997, 2000-2025 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 83269146c41..b84cbda38ff 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-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2003, 2005-2025 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