]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove some XEmacs compat code from mh-alias.el
authorStefan Kangas <stefan@marxist.se>
Mon, 8 Aug 2022 15:32:33 +0000 (17:32 +0200)
committerStefan Kangas <stefan@marxist.se>
Mon, 8 Aug 2022 16:18:50 +0000 (18:18 +0200)
* 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

index 3d034554f2baa5b66627e1e17f205ba79c01f61a..3ceb419023e375b4850d885c83909133218ac3df 100644 (file)
@@ -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."