eg we use a bunch of its defcustom properties.
(eshell-cmpl-initialize): No need to load pcomplete.
2013-05-06 Glenn Morris <rgm@gnu.org>
+ * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
+ of its defcustom properties.
+ (eshell-cmpl-initialize): No need to load pcomplete.
+
* generic-x.el: No need to require comint when compiling.
* net/eudc-export.el: Make it loadable without bbdb.
;; with sufficient pointers to locate the relevant help text.
;;; Code:
+(require 'pcomplete)
(eval-when-compile
(require 'cl-lib)
(defun eshell-cmpl-initialize ()
"Initialize the completions module."
- (unless (fboundp 'pcomplete)
- (load "pcmpl-auto" t t))
(set (make-local-variable 'pcomplete-command-completion-function)
eshell-command-completion-function)
(set (make-local-variable 'pcomplete-command-name-function)