From bd56924f27bc0d56a21664fdb8a954e97842a270 Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Fri, 1 Jun 2012 15:44:48 +0200 Subject: [PATCH] Remove obsolete binding in choose-completion. * simple.el (choose-completion): Remove now obsolete binding for owindow. --- lisp/ChangeLog | 5 +++++ lisp/simple.el | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cb7aaf44ead..dafccbc8573 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-06-01 Martin Rudalics + + * simple.el (choose-completion): Remove now obsolete binding for + owindow. + 2012-06-01 Michael Albinus * net/tramp.el (tramp-check-for-regexp): Search from buffer end, diff --git a/lisp/simple.el b/lisp/simple.el index 113bebc76ce..561d3656eb7 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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")) -- 2.39.2