]> git.eshelyaron.com Git - emacs.git/commit
Teach 'max-char' about the Unicode code range
authorEli Zaretskii <eliz@gnu.org>
Sat, 3 Sep 2022 10:45:53 +0000 (13:45 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 3 Sep 2022 10:45:53 +0000 (13:45 +0300)
commitdcfe3314cd78e95d992fe00f757ce906d49586cd
treea3b1a37f04592b6db2dd696f3a5df3be6ccb2676
parentdb2f8b8415b538ccb43f11a2142567ec6c5451d9
Teach 'max-char' about the Unicode code range

* src/character.c (Fmax_char): Accept an optional argument
UNICODE, and, if non-nil, return the maximum codepoint defined by
Unicode.

* lisp/emacs-lisp/comp.el (comp-known-type-specifiers): Update the
signature of 'max-char'.

* etc/NEWS:
* doc/lispref/nonascii.texi (Character Codes): Update the
documentation of 'max-char'.
doc/lispref/nonascii.texi
etc/NEWS
lisp/emacs-lisp/comp.el
src/character.c