summaryrefslogtreecommitdiff
path: root/lisp/eshell/esh-cmd.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-10-05 16:59:13 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2019-10-05 16:59:13 +0200
commit9f6a59849f69efd1d8026b040b9e9a397df03499 (patch)
tree04a5c9f8d78f5cac7add77b243604cfacdfebe4c /lisp/eshell/esh-cmd.el
parent33dc41043820c3c28e65ffe0010c047d3b9b0e78 (diff)
downloademacs-9f6a59849f69efd1d8026b040b9e9a397df03499.tar.gz
emacs-9f6a59849f69efd1d8026b040b9e9a397df03499.tar.bz2
emacs-9f6a59849f69efd1d8026b040b9e9a397df03499.zip
Remove some XEmacs compat code from esh*.el
* lisp/eshell/esh-util.el: Remove some XEmacs compat functions.
Diffstat (limited to 'lisp/eshell/esh-cmd.el')
-rw-r--r--lisp/eshell/esh-cmd.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/eshell/esh-cmd.el b/lisp/eshell/esh-cmd.el
index 83cc5999dc3..9bd5de89837 100644
--- a/lisp/eshell/esh-cmd.el
+++ b/lisp/eshell/esh-cmd.el
@@ -101,8 +101,7 @@
;;; Code:
(require 'esh-util)
-(unless (featurep 'xemacs)
- (require 'eldoc))
+(require 'eldoc)
(require 'esh-arg)
(require 'esh-proc)
(require 'esh-module)