* Fix 'message' function signature

* lisp/emacs-lisp/comp-common.el(comp-primitive-type-specifiers): Fix
'message' entry.
This commit is contained in:
Andrea Corallo 2026-01-15 10:50:53 +01:00
parent 18f9f0bdc9
commit a44c736c26

View file

@ -272,7 +272,7 @@ Used to modify the compiler environment."
(member (function (t list) list))
(memq (function (t list) list))
(memql (function (t list) list))
(message (function (string &rest t) string))
(message (function ((or string null) &rest t) (or string null)))
(min (function ((or number marker) &rest (or number marker)) number))
(minibuffer-selected-window (function () (or window null)))
(minibuffer-window (function (&optional frame) window))