From 9d025eab2492519b26d69667a529865ea01f3318 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Wed, 12 Apr 2023 10:42:57 +0200 Subject: [PATCH] `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. --- lisp/emacs-lisp/byte-opt.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2