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:
parent
a517f3d759
commit
cfedc2872e
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue