projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e39e96c
)
Add 'message' to 'comp-primitive-type-specifiers'
author
Andrea Corallo
<acorallo@gnu.org>
Fri, 31 May 2024 15:14:10 +0000
(17:14 +0200)
committer
Andrea Corallo
<acorallo@gnu.org>
Mon, 3 Jun 2024 15:55:16 +0000
(17:55 +0200)
* lisp/emacs-lisp/comp-common.el (comp-primitive-type-specifiers): Add
message.
lisp/emacs-lisp/comp-common.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp-common.el
b/lisp/emacs-lisp/comp-common.el
index ce6296953bfa06677057c0c77ed0b8098357a6f1..e9b94681a4b92332f251315ff797f776f28649e6 100644
(file)
--- a/
lisp/emacs-lisp/comp-common.el
+++ b/
lisp/emacs-lisp/comp-common.el
@@
-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))