projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a517f3d
)
Fix native-comp type of prin1-to-string
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 15 May 2022 13:41:46 +0000
(15:41 +0200)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index 237de52884b2b4257025c4611656d133b062e378..7c755372bfc55cab87799356a9f427beae7b6092 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-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))