aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS2
-rw-r--r--lisp/obsolete/metamail.el (renamed from lisp/mail/metamail.el)1
2 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e09f32a7c35..e97755a4541 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -405,6 +405,8 @@ Previously 'xml-print' would produce invalid XML when given a string
405with characters that are not valid in XML (see 405with characters that are not valid in XML (see
406https://www.w3.org/TR/xml/#charsets). Now it rejects such strings. 406https://www.w3.org/TR/xml/#charsets). Now it rejects such strings.
407 407
408** The metamail.el library is now marked obsolete.
409
408 410
409* New Modes and Packages in Emacs 28.1 411* New Modes and Packages in Emacs 28.1
410 412
diff --git a/lisp/mail/metamail.el b/lisp/obsolete/metamail.el
index 0e407ea060e..d6ab4a3d0cf 100644
--- a/lisp/mail/metamail.el
+++ b/lisp/obsolete/metamail.el
@@ -4,6 +4,7 @@
4 4
5;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> 5;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp>
6;; Keywords: mail, news, mime, multimedia 6;; Keywords: mail, news, mime, multimedia
7;; Obsolete-since: 28.1
7 8
8;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
9 10