* lisp/emacs-lisp/byte-opt.el (pure-fns): Add max-char
This commit is contained in:
parent
82f5f3b8a2
commit
b4063c399b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue