diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-08-08 17:32:33 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-08-08 18:18:50 +0200 |
commit | f886a1d77236ead94b218cc7139f0a52db3311b3 (patch) | |
tree | e69221b64daf89f6e65623a00aebed1ba3190834 /lisp/mh-e | |
parent | bf8044b9cdf59aaff4d9611d007102272073814f (diff) | |
download | emacs-f886a1d77236ead94b218cc7139f0a52db3311b3.tar.gz emacs-f886a1d77236ead94b218cc7139f0a52db3311b3.tar.bz2 emacs-f886a1d77236ead94b218cc7139f0a52db3311b3.zip |
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.
Diffstat (limited to 'lisp/mh-e')
-rw-r--r-- | lisp/mh-e/mh-alias.el | 4 |
1 files changed, 0 insertions, 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." |