To alter the look of the displayed error messages, you can use
the `command-error-function' variable."
- (declare (ftype (function (string &rest t) nil))
+ (declare (ftype (function (&rest t) nil))
(advertised-calling-convention (string &rest args) "23.1"))
(signal 'error (list (apply #'format-message args))))
Any other value of ALL-FRAMES means consider all windows on the
selected frame and no others."
- (declare (ftype (function (&optional t t t) (or window null)))
+ (declare (ftype (function (&optional t t t t) (or window null)))
(side-effect-free error-free))
(let ((windows (window-list-1 nil 'nomini all-frames))
best-window best-time second-best-window second-best-time time)
Any other value of ALL-FRAMES means consider all windows on the
selected frame and no others."
- (declare (ftype (function (&optional t t t) (or window null)))
+ (declare (ftype (function (&optional t t t t) (or window null)))
(side-effect-free error-free))
(let ((best-size 0)
best-window size)