From: Stefan Kangas Date: Mon, 8 Aug 2022 15:32:33 +0000 (+0200) Subject: Remove some XEmacs compat code from mh-alias.el X-Git-Tag: emacs-29.0.90~1447^2~303 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f886a1d77236ead94b218cc7139f0a52db3311b3;p=emacs.git 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. --- 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."