]> git.eshelyaron.com Git - emacs.git/commit
Minor fix to recent coding.c change
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 4 Aug 2019 16:18:46 +0000 (09:18 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 4 Aug 2019 16:19:38 +0000 (09:19 -0700)
commit3c459e3b05e699736b849cb2c4687aef3ce6810b
tree99c05f435066d9c69044a51e7a3027159f3d1cb6
parent1b20993baaeffa5aa69b282862b5066960604aab
Minor fix to recent coding.c change

* src/coding.c (get_buffer_gap_address):
Don’t assume string or buffer length fits in int.
Also, improve wording of comments.
src/coding.c