]> git.eshelyaron.com Git - emacs.git/commitdiff
Add 'message' to 'comp-primitive-type-specifiers'
authorAndrea Corallo <acorallo@gnu.org>
Fri, 31 May 2024 15:14:10 +0000 (17:14 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Jun 2024 19:32:58 +0000 (21:32 +0200)
* lisp/emacs-lisp/comp-common.el (comp-primitive-type-specifiers): Add
message.

(cherry picked from commit 2ae6451ec1216a9341080008d7065d6a75150455)

lisp/emacs-lisp/comp-common.el

index ce6296953bfa06677057c0c77ed0b8098357a6f1..e9b94681a4b92332f251315ff797f776f28649e6 100644 (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))