projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e9711f
)
Revert "Fix slow "C-h f" in Emacs built without native compilation"
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 16 Aug 2023 13:06:20 +0000
(16:06 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 16 Aug 2023 13:06:20 +0000
(16:06 +0300)
This reverts commit
545f95d1a3213318389ecadc7cfff3f48b555b03
.
It is no longer needed, as comp.el and comp-cstr.el are now
byte-compiled even if native-compilation is not built-in.
lisp/help-fns.el
patch
|
blob
|
history
diff --git
a/lisp/help-fns.el
b/lisp/help-fns.el
index 81c58ba1998554cb7bfb6488e1b84370d88410aa..135ee042dbf9bd75949c15162eedd86ae2e946b6 100644
(file)
--- a/
lisp/help-fns.el
+++ b/
lisp/help-fns.el
@@
-715,8
+715,7
@@
the C sources, too."
(unless (and (symbolp function)
(get function 'reader-construct))
(insert high-usage "\n")
- (when-let* ((res (and (native-comp-available-p)
- (comp-function-type-spec function)))
+ (when-let* ((res (comp-function-type-spec function))
(type-spec (car res))
(kind (cdr res)))
(insert (format