emacs-diffs
[Top][All Lists]
Advanced

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

master b4063c399be 3/4: * lisp/emacs-lisp/byte-opt.el (pure-fns): Add `m


From: Mattias Engdegård
Subject: master b4063c399be 3/4: * lisp/emacs-lisp/byte-opt.el (pure-fns): Add `max-char`
Date: Wed, 26 Jul 2023 12:53:13 -0400 (EDT)

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

    * lisp/emacs-lisp/byte-opt.el (pure-fns): Add `max-char`
---
 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 26a1dc4a103..0be6ae65aab 100644
--- a/lisp/emacs-lisp/byte-opt.el
+++ b/lisp/emacs-lisp/byte-opt.el
@@ -1924,7 +1924,7 @@ See Info node `(elisp) Integer Basics'."
 (let ((pure-fns
        '(
          ;; character.c
-         characterp
+         characterp max-char
          ;; data.c
          % * + - / /= 1+ 1- < <= = > >= aref arrayp ash atom bare-symbol
          bool-vector-count-consecutive bool-vector-count-population



reply via email to

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