[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 9d025eab249 2/2: `byte-code-function-p` is error-free
From: |
Mattias Engdegård |
Subject: |
master 9d025eab249 2/2: `byte-code-function-p` is error-free |
Date: |
Wed, 12 Apr 2023 04:51:29 -0400 (EDT) |
branch: master
commit 9d025eab2492519b26d69667a529865ea01f3318
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>
`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