summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/simple.el3
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 <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,
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"))