1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

Add 'message' to 'comp-primitive-type-specifiers'

* lisp/emacs-lisp/comp-common.el (comp-primitive-type-specifiers): Add
message.
This commit is contained in:
Andrea Corallo 2024-05-31 17:14:10 +02:00
parent e39e96c9b9
commit 2ae6451ec1

View file

@ -272,6 +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))
(min (function ((or number marker) &rest (or number marker)) number))
(minibuffer-selected-window (function () (or window null)))
(minibuffer-window (function (&optional frame) window))