From b459e275c3824226c260ebe59641f87bb4d26403 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 6 Aug 2022 20:36:13 +0200 Subject: [PATCH] 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 a3a363e33ff..3762445271a 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 d7a92be5b5f..ed32716ffa2 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 b7a1271b4ec..8025105083f 100644 --- a/lisp/obsolete/mh-compat.el +++ b/lisp/obsolete/mh-compat.el @@ -5,6 +5,7 @@ ;; Author: Bill Wohler ;; Keywords: mail ;; See: mh-e.el +;; Obsolete-since: 29.1 ;; This file is part of GNU Emacs. -- 2.39.2