(term-dynamic-list-completions): Use choose-completion rather than

obsolete alias mouse-choose-completion.
This commit is contained in:
Glenn Morris 2009-10-24 03:49:44 +00:00
parent ae4808385b
commit 656fc5f537
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2009-10-24 Glenn Morris <rgm@gnu.org>
* term.el (term-dynamic-list-completions): Use choose-completion rather
than obsolete alias mouse-choose-completion.
* progmodes/octave-mod.el (octave-complete-symbol): Use
choose-completion if mouse-choose-completion is ever removed.

View file

@ -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)