emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r118085: * lisp/window.el (temp-buffer-window-show):


From: Leo Liu
Subject: [Emacs-diffs] trunk r118085: * lisp/window.el (temp-buffer-window-show): Make BUFFER a required arg.
Date: Fri, 10 Oct 2014 12:40:31 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 118085
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/18656
committer: Leo Liu <address@hidden>
branch nick: trunk
timestamp: Fri 2014-10-10 20:39:49 +0800
message:
  * lisp/window.el (temp-buffer-window-show): Make BUFFER a required arg.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/window.el                 window.el-20091113204419-o5vbwnq5f7feedwu-94
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-10-10 03:28:24 +0000
+++ b/lisp/ChangeLog    2014-10-10 12:39:49 +0000
@@ -1,3 +1,8 @@
+2014-10-10  Leo Liu  <address@hidden>
+
+       * window.el (temp-buffer-window-show): Make BUFFER a required arg.
+       (Bug#18656)
+
 2014-10-10  Stefan Monnier  <address@hidden>
 
        * select.el (gui-selection-exists-p-alist): New method.

=== modified file 'lisp/window.el'
--- a/lisp/window.el    2014-10-04 08:20:24 +0000
+++ b/lisp/window.el    2014-10-10 12:39:49 +0000
@@ -108,7 +108,7 @@
       ;; Return the buffer.
       buffer)))
 
-(defun temp-buffer-window-show (&optional buffer action)
+(defun temp-buffer-window-show (buffer &optional action)
   "Show temporary buffer BUFFER in a window.
 Return the window showing BUFFER.  Pass ACTION as action argument
 to `display-buffer'."


reply via email to

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