emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 170b419df0d: Declare `indirect-function` to be side-effect-free a


From: Mattias Engdegård
Subject: master 170b419df0d: Declare `indirect-function` to be side-effect-free and error-free
Date: Wed, 22 Feb 2023 11:47:23 -0500 (EST)

branch: master
commit 170b419df0db761de4120e7e86d80bc430249015
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    Declare `indirect-function` to be side-effect-free and error-free
    
    * lisp/emacs-lisp/byte-opt.el (side-effect-and-error-free-fns):
    Add `indirect-function` which is now error-free.
---
 lisp/emacs-lisp/byte-opt.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el
index a9630b6f7c2..456ec06a141 100644
--- a/lisp/emacs-lisp/byte-opt.el
+++ b/lisp/emacs-lisp/byte-opt.el
@@ -1711,7 +1711,7 @@ See Info node `(elisp) Integer Basics'."
         eobp eolp eq equal
         floatp following-char framep
         hash-table-p
-        identity integerp integer-or-marker-p
+        identity indirect-function integerp integer-or-marker-p
         invocation-directory invocation-name
         keymapp keywordp
         list listp



reply via email to

[Prev in Thread] Current Thread [Next in Thread]