projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf8044b
)
Remove some XEmacs compat code from mh-alias.el
author
Stefan Kangas
<stefan@marxist.se>
Mon, 8 Aug 2022 15:32:33 +0000
(17:32 +0200)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/lisp/mh-e/mh-alias.el
b/lisp/mh-e/mh-alias.el
index 3d034554f2baa5b66627e1e17f205ba79c01f61a..3ceb419023e375b4850d885c83909133218ac3df 100644
(file)
--- 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."