(term-dynamic-list-completions): Use choose-completion rather than
obsolete alias mouse-choose-completion.
This commit is contained in:
parent
ae4808385b
commit
656fc5f537
2 changed files with 4 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue