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:
parent
e39e96c9b9
commit
2ae6451ec1
1 changed files with 1 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue