emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b459e275c3 4/4: Finish up obsoletion of mh-compat.el


From: Stefan Kangas
Subject: master b459e275c3 4/4: Finish up obsoletion of mh-compat.el
Date: Sat, 6 Aug 2022 15:23:45 -0400 (EDT)

branch: master
commit b459e275c3824226c260ebe59641f87bb4d26403
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Finish up obsoletion of mh-compat.el
    
    * lisp/obsolete/mh-compat.el: Add "Obsolete-since" header.
    * lisp/mh-e/mh-e.el (mh-compat): Don't require.
    * lisp/mh-e/mh-utils.el (mailabbrev): Require.
---
 lisp/mh-e/mh-e.el          | 1 -
 lisp/mh-e/mh-utils.el      | 1 +
 lisp/obsolete/mh-compat.el | 1 +
 3 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el
index a3a363e33f..3762445271 100644
--- a/lisp/mh-e/mh-e.el
+++ b/lisp/mh-e/mh-e.el
@@ -86,7 +86,6 @@
 (require 'cl-lib)
 
 (require 'mh-buffers)
-(require 'mh-compat)
 
 
 
diff --git a/lisp/mh-e/mh-utils.el b/lisp/mh-e/mh-utils.el
index d7a92be5b5..ed32716ffa 100644
--- a/lisp/mh-e/mh-utils.el
+++ b/lisp/mh-e/mh-utils.el
@@ -29,6 +29,7 @@
 (require 'mh-e)
 
 (require 'font-lock)
+(require 'mailabbrev)
 
 ;;; CL Replacements
 
diff --git a/lisp/obsolete/mh-compat.el b/lisp/obsolete/mh-compat.el
index b7a1271b4e..8025105083 100644
--- a/lisp/obsolete/mh-compat.el
+++ b/lisp/obsolete/mh-compat.el
@@ -5,6 +5,7 @@
 ;; Author: Bill Wohler <wohler@newt.com>
 ;; Keywords: mail
 ;; See: mh-e.el
+;; Obsolete-since: 29.1
 
 ;; This file is part of GNU Emacs.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]