emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r106445: * lisp/window.el (replace-bu


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106445: * lisp/window.el (replace-buffer-in-windows): Restore interactive spec.
Date: Sun, 20 Nov 2011 14:37:46 +0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106445
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sun 2011-11-20 14:37:46 +0800
message:
  * lisp/window.el (replace-buffer-in-windows): Restore interactive spec.
  
  (Probably inadvertently removed when converting to Lisp.)
modified:
  lisp/ChangeLog
  lisp/window.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-11-20 06:29:57 +0000
+++ b/lisp/ChangeLog    2011-11-20 06:37:46 +0000
@@ -1,3 +1,7 @@
+2011-11-20  Chong Yidong  <address@hidden>
+
+       * window.el (replace-buffer-in-windows): Restore interactive spec.
+
 2011-11-20  Stefan Monnier  <address@hidden>
 
        * electric.el (electric-indent-mode): Fix last change (too optimistic).

=== modified file 'lisp/window.el'
--- a/lisp/window.el    2011-11-20 02:29:42 +0000
+++ b/lisp/window.el    2011-11-20 06:37:46 +0000
@@ -2920,6 +2920,7 @@
 
 This function removes the buffer denoted by BUFFER-OR-NAME from
 all window-local buffer lists."
+  (interactive "bBuffer to replace: ")
   (let ((buffer (window-normalize-buffer buffer-or-name)))
     (dolist (window (window-list-1 nil nil t))
       (if (eq (window-buffer window) buffer)


reply via email to

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