From: Mattias EngdegÄrd Date: Wed, 12 Apr 2023 08:42:57 +0000 (+0200) Subject: `byte-code-function-p` is error-free X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9d025eab2492519b26d69667a529865ea01f3318;p=emacs.git `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. --- 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