summaryrefslogtreecommitdiff
path: root/lisp/term.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-10-24 03:49:44 +0000
committerGlenn Morris <rgm@gnu.org>2009-10-24 03:49:44 +0000
commitcbbe607c012ba62b940cf5793a40b75aab72b27c (patch)
tree7e6ae4ff9bd04f2226bff2265b0a3378c3b1c6ce /lisp/term.el
parentbe3a5b96dabbe795beee66801a7fde30ba42adbb (diff)
downloademacs-cbbe607c012ba62b940cf5793a40b75aab72b27c.tar.gz
(term-dynamic-list-completions): Use choose-completion rather than
obsolete alias mouse-choose-completion.
Diffstat (limited to 'lisp/term.el')
-rw-r--r--lisp/term.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term.el b/lisp/term.el
index b7eb9fd1845..97d2fa5a74e 100644
--- a/lisp/term.el
+++ b/lisp/term.el
@@ -4180,7 +4180,7 @@ Typing SPC flushes the help buffer."
;; If the user does mouse-choose-completion with the mouse,
;; execute the command, then delete the completion window.
(progn
- (mouse-choose-completion first)
+ (choose-completion first)
(set-window-configuration conf))
(if (eq first ?\s)
(set-window-configuration conf)