Remove obsolete binding in choose-completion.

* simple.el (choose-completion): Remove now obsolete binding for
owindow.
This commit is contained in:
Martin Rudalics 2012-06-01 15:44:48 +02:00
parent 046e38ce2b
commit bd56924f27
2 changed files with 6 additions and 2 deletions

View 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,

View 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"))