]> git.eshelyaron.com Git - emacs.git/commitdiff
(term-dynamic-list-completions): Use choose-completion rather than
authorGlenn Morris <rgm@gnu.org>
Sat, 24 Oct 2009 03:49:44 +0000 (03:49 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 24 Oct 2009 03:49:44 +0000 (03:49 +0000)
obsolete alias mouse-choose-completion.

lisp/ChangeLog
lisp/term.el

index 3ed4e0835276c982bd4bd89fabe87e96f4cafb75..260aec76b02bb17081d8290d6e14a62bced43e3a 100644 (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.
 
index b7eb9fd1845383548c97ad3ff3341b86eade956b..97d2fa5a74e515fc759976d45d9b5b9563da113f 100644 (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)