]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix native-comp type of prin1-to-string
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 15 May 2022 13:41:46 +0000 (15:41 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 15 May 2022 13:41:46 +0000 (15:41 +0200)
* lisp/emacs-lisp/comp.el (comp-known-type-specifiers): Fix type
of prin1-to-string.

lisp/emacs-lisp/comp.el

index 237de52884b2b4257025c4611656d133b062e378..7c755372bfc55cab87799356a9f427beae7b6092 100644 (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))