]> git.eshelyaron.com Git - emacs.git/commit
char-uppercase-p: New predicate
authorTino Calancha <tino.calancha@gmail.com>
Wed, 11 May 2022 16:01:11 +0000 (18:01 +0200)
committerTino Calancha <tino.calancha@gmail.com>
Wed, 11 May 2022 16:03:57 +0000 (18:03 +0200)
commit7f2fb992110a60a8b583db76fd3b3ee0f1c7efb9
tree5c9df528fcdd94bab19f89512ccb7278cf94eaa7
parent4e7879f807b43416568154d31bc49d3e7393d583
char-uppercase-p: New predicate

Return non-nil if its argument is an uppercase character.

Suggested in Bug#54804.

* lisp/subr.el (char-uppercase-p): New defun.
* etc/NEWS (Lisp Changes in Emacs 29.1): Announce it
* doc/lispref/display.texi (Size of Displayed Text): Document it.
* test/lisp/subr-tests.el (test-char-uppercase-p): Add a test.
doc/lispref/display.texi
etc/NEWS
lisp/simple.el
test/lisp/subr-tests.el