Remove obsolete binding in choose-completion.
* simple.el (choose-completion): Remove now obsolete binding for owindow.
This commit is contained in:
parent
046e38ce2b
commit
bd56924f27
2 changed files with 6 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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"))
|
||||
|
|
Loading…
Add table
Reference in a new issue