]> code.delx.au - gnu-emacs/commit
Fix setting a range of char-table slots in a singular case
authorEli Zaretskii <eliz@gnu.org>
Sun, 19 Jun 2016 15:25:17 +0000 (18:25 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 19 Jun 2016 15:25:17 +0000 (18:25 +0300)
commitea5d141882b5b0519abc8f50f28a43b9ae41c50d
tree9af09bf219615d3041376481a84f340de16d286b
parent4e9014f02574039ba7d131fba94af728efd41397
Fix setting a range of char-table slots in a singular case

* src/chartab.c (char_table_set_range): Start the loop from the
first character of the block to which FROM belongs.  (Bug#23797)

* test/src/chartab-tests.el: New test file.
src/chartab.c
test/src/chartab-tests.el [new file with mode: 0644]