From: Andrea Corallo Date: Fri, 31 May 2024 15:14:10 +0000 (+0200) Subject: Add 'message' to 'comp-primitive-type-specifiers' X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=91a6138f67ca25788ee2dfbc1f8d923357c1114f;p=emacs.git Add 'message' to 'comp-primitive-type-specifiers' * lisp/emacs-lisp/comp-common.el (comp-primitive-type-specifiers): Add message. (cherry picked from commit 2ae6451ec1216a9341080008d7065d6a75150455) --- diff --git a/lisp/emacs-lisp/comp-common.el b/lisp/emacs-lisp/comp-common.el index ce6296953bf..e9b94681a4b 100644 --- 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))