Remove obsolete binding in choose-completion.
authorMartin Rudalics <rudalics@gmx.at>
Fri, 1 Jun 2012 13:44:48 +0000 (15:44 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Fri, 1 Jun 2012 13:44:48 +0000 (15:44 +0200)
* simple.el (choose-completion): Remove now obsolete binding for
owindow.

lisp/ChangeLog
lisp/simple.el

index cb7aaf4..dafccbc 100644 (file)
@@ -1,3 +1,8 @@
+2012-06-01  Martin Rudalics  <rudalics@gmx.at>
+
+       * simple.el (choose-completion): Remove now obsolete binding for
+       owindow.
+
 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
index 113bebc..561d365 100644 (file)
@@ -6198,8 +6198,7 @@ With prefix argument N, move N items (negative N means move backward)."
                (setq beg (previous-single-property-change beg 'mouse-face))
                (setq end (or (next-single-property-change end 'mouse-face)
                              (point-max)))
-               (buffer-substring-no-properties beg end))))
-          (owindow (selected-window)))
+               (buffer-substring-no-properties beg end)))))
 
       (unless (buffer-live-p buffer)
         (error "Destination buffer is dead"))