From b4063c399be2472dfb184ac003cf85c882253e25 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Tue, 25 Jul 2023 12:52:29 +0200 Subject: [PATCH] * 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 -- 2.39.5