Fix native-comp type of prin1-to-string

* lisp/emacs-lisp/comp.el (comp-known-type-specifiers): Fix type
of prin1-to-string.
This commit is contained in:
Lars Ingebrigtsen 2022-05-15 15:41:46 +02:00
parent a517f3d759
commit cfedc2872e

View file

@ -483,7 +483,7 @@ Useful to hook into pass checkers.")
(point-min (function () integer))
(preceding-char (function () fixnum))
(previous-window (function (&optional window t t) window))
(prin1-to-string (function (t &optional t) string))
(prin1-to-string (function (t &optional t t) string))
(processp (function (t) boolean))
(proper-list-p (function (t) integer))
(propertize (function (string &rest t) string))