aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/eshell/em-cmpl.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/em-cmpl.el b/lisp/eshell/em-cmpl.el
index df4e24c88b1..7f203142589 100644
--- a/lisp/eshell/em-cmpl.el
+++ b/lisp/eshell/em-cmpl.el
@@ -241,7 +241,7 @@ to writing a completion function."
241(defun eshell-complete-lisp-symbol () 241(defun eshell-complete-lisp-symbol ()
242 "Try to complete the text around point as a Lisp symbol." 242 "Try to complete the text around point as a Lisp symbol."
243 (interactive) 243 (interactive)
244 (let ((completion-at-point-functions '(lisp-completion-at-point))) 244 (let ((completion-at-point-functions '(elisp-completion-at-point)))
245 (completion-at-point))) 245 (completion-at-point)))
246 246
247(defvar eshell-cmpl-mode-map 247(defvar eshell-cmpl-mode-map