emacs-diffs
[Top][All Lists]
Advanced

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

master f886a1d772 2/5: Remove some XEmacs compat code from mh-alias.el


From: Stefan Kangas
Subject: master f886a1d772 2/5: Remove some XEmacs compat code from mh-alias.el
Date: Mon, 8 Aug 2022 12:19:00 -0400 (EDT)

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

    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 3d034554f2..3ceb419023 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."



reply via email to

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