bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#18656: 25.0.50; (defun temp-buffer-window-show (&optional buffer act


From: Leo Liu
Subject: bug#18656: 25.0.50; (defun temp-buffer-window-show (&optional buffer action) ....)
Date: Tue, 07 Oct 2014 23:32:24 +0800

BUFFER is actually a required argument. Shouldn't the lambda-list be
written as:

(defun temp-buffer-window-show (buffer &optional action) .....)

Leo





reply via email to

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