From f886a1d77236ead94b218cc7139f0a52db3311b3 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 8 Aug 2022 17:32:33 +0200 Subject: [PATCH] Remove some XEmacs compat code from mh-alias.el * lisp/mh-e/mh-alias.el (crm): Don't require for autoloaded function. (multi-prompt): Don't require XEmacs specific library. --- lisp/mh-e/mh-alias.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lisp/mh-e/mh-alias.el b/lisp/mh-e/mh-alias.el index 3d034554f2b..3ceb419023e 100644 --- a/lisp/mh-e/mh-alias.el +++ b/lisp/mh-e/mh-alias.el @@ -245,10 +245,6 @@ Blind aliases or users from /etc/passwd are not expanded." (t (mh-alias-ali alias)))) -(eval-and-compile - (require 'crm nil t) ; completing-read-multiple - (require 'multi-prompt nil t)) - ;;;###mh-autoload (defun mh-read-address (prompt) "Read an address from the minibuffer with PROMPT." -- 2.39.2