mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
* Fix 'message' function signature
* lisp/emacs-lisp/comp-common.el(comp-primitive-type-specifiers): Fix 'message' entry.
This commit is contained in:
parent
18f9f0bdc9
commit
a44c736c26
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue