]> git.eshelyaron.com Git - emacs.git/commitdiff
`byte-code-function-p` is error-free
authorMattias Engdegård <mattiase@acm.org>
Wed, 12 Apr 2023 08:42:57 +0000 (10:42 +0200)
committerMattias Engdegård <mattiase@acm.org>
Wed, 12 Apr 2023 08:47:43 +0000 (10:47 +0200)
* 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

index dad3bd694a6ec25bc6131d6ef794aba53ff3703f..c9c94f51ef0bb43ecf934436f4c9bab04ea7bd72 100644 (file)
@@ -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