emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r108445: Remove obsolete binding in c


From: martin rudalics
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108445: Remove obsolete binding in choose-completion.
Date: Fri, 01 Jun 2012 15:44:48 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108445
committer: martin rudalics <address@hidden>
branch nick: trunk
timestamp: Fri 2012-06-01 15:44:48 +0200
message:
  Remove obsolete binding in choose-completion.
  
  * simple.el (choose-completion): Remove now obsolete binding for
  owindow.
modified:
  lisp/ChangeLog
  lisp/simple.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-06-01 13:23:26 +0000
+++ b/lisp/ChangeLog    2012-06-01 13:44:48 +0000
@@ -1,3 +1,8 @@
+2012-06-01  Martin Rudalics  <address@hidden>
+
+       * simple.el (choose-completion): Remove now obsolete binding for
+       owindow.
+
 2012-06-01  Michael Albinus  <address@hidden>
 
        * net/tramp.el (tramp-check-for-regexp): Search from buffer end,

=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2012-05-29 12:21:45 +0000
+++ b/lisp/simple.el    2012-06-01 13:44:48 +0000
@@ -6198,8 +6198,7 @@
                (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"))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]