]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/window.el (temp-buffer-window-show): Make BUFFER a required arg.
authorLeo Liu <sdl.web@gmail.com>
Fri, 10 Oct 2014 12:39:49 +0000 (20:39 +0800)
committerLeo Liu <sdl.web@gmail.com>
Fri, 10 Oct 2014 12:39:49 +0000 (20:39 +0800)
Fixes: debbugs:18656
lisp/ChangeLog
lisp/window.el

index 4048f759ae634f70c09db7b4cc1f616fd18481dc..3a30a87b59592bcab7e9fafc9e38eb77634f873b 100644 (file)
@@ -1,3 +1,8 @@
+2014-10-10  Leo Liu  <sdl.web@gmail.com>
+
+       * window.el (temp-buffer-window-show): Make BUFFER a required arg.
+       (Bug#18656)
+
 2014-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * select.el (gui-selection-exists-p-alist): New method.
index 472901b62b9f5e8149230af31bbaca2039effa87..91a0e159a8442e2f2be936d98a555eb4130fe484 100644 (file)
@@ -108,7 +108,7 @@ Return the buffer."
       ;; 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'."