summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2023-04-12 10:42:57 +0200
committerMattias EngdegÄrd <mattiase@acm.org>2023-04-12 10:47:43 +0200
commit9d025eab2492519b26d69667a529865ea01f3318 (patch)
tree8d006cc880fe1ea63817893cfaa42345d37de5a9 /lisp/emacs-lisp
parentea9831bb3cb4878273f6f848051c9b8c3c76d5f1 (diff)
downloademacs-9d025eab2492519b26d69667a529865ea01f3318.tar.gz
`byte-code-function-p` is error-free
* lisp/emacs-lisp/byte-opt.el (side-effect-free-fns, side-effect-and-error-free-fns): Upgrade `byte-code-function-p` to error-free status.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/byte-opt.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el
index dad3bd694a6..c9c94f51ef0 100644
--- a/lisp/emacs-lisp/byte-opt.el
+++ b/lisp/emacs-lisp/byte-opt.el
@@ -1642,7 +1642,7 @@ See Info node `(elisp) Integer Basics'."
bool-vector-count-consecutive bool-vector-count-population
bool-vector-subsetp
boundp buffer-file-name buffer-local-variables buffer-modified-p
- buffer-substring byte-code-function-p
+ buffer-substring
capitalize car-less-than-car car cdr ceiling char-after char-before
char-equal char-to-string char-width compare-strings
window-configuration-equal-p concat coordinates-in-window-p
@@ -1702,6 +1702,7 @@ See Info node `(elisp) Integer Basics'."
'(arrayp atom
bobp bolp bool-vector-p
buffer-list buffer-size buffer-string bufferp
+ byte-code-function-p
car-safe case-table-p cdr-safe char-or-string-p characterp
charsetp commandp cons consp
current-buffer current-global-map current-indentation