emacs-diffs
[Top][All Lists]
Advanced

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

master 0809c9f 1/2: Declare `match-beginning` and `match-end` as side-ef


From: Mattias Engdegård
Subject: master 0809c9f 1/2: Declare `match-beginning` and `match-end` as side-effect-free
Date: Tue, 3 Aug 2021 13:03:28 -0400 (EDT)

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

    Declare `match-beginning` and `match-end` as side-effect-free
    
    * lisp/emacs-lisp/byte-opt.el (side-effect-free-fns): Add functions.
---
 lisp/emacs-lisp/byte-opt.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el
index 142f206..2232617 100644
--- a/lisp/emacs-lisp/byte-opt.el
+++ b/lisp/emacs-lisp/byte-opt.el
@@ -1362,6 +1362,7 @@ See Info node `(elisp) Integer Basics'."
         local-variable-if-set-p local-variable-p locale-info
         log log10 logand logb logcount logior lognot logxor lsh
         make-byte-code make-list make-string make-symbol mark marker-buffer max
+         match-beginning match-end
         member memq memql min minibuffer-selected-window minibuffer-window
         mod multibyte-char-to-unibyte next-window nth nthcdr number-to-string
         parse-colon-path plist-get plist-member



reply via email to

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