mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-16 17:19:41 +00:00
(describe-buffer-case-table): Use set-char-table-range.
This commit is contained in:
parent
212daf133a
commit
0c7fb3abbe
@ -40,7 +40,7 @@
|
||||
(let ((description (make-char-table 'case-table)))
|
||||
(map-char-table
|
||||
(function (lambda (key value)
|
||||
(set-case-table-range
|
||||
(set-char-table-range
|
||||
description key
|
||||
(cond ((null key)
|
||||
"case-invariant")
|
||||
|
Loading…
Reference in New Issue
Block a user