]> git.eshelyaron.com Git - emacs.git/commit
Fix bug when hashing reversed buffer regions
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 10 Dec 2018 21:40:43 +0000 (13:40 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 10 Dec 2018 21:41:22 +0000 (13:41 -0800)
commitc8431a06e4f2209f1c5ba30e2d6a70f284dc4678
tree60a401bbc5405c8ee8c09e93a4fb1211245bf789
parent037aabba49bae55bafb10a7284bde85ca1b6a88c
Fix bug when hashing reversed buffer regions

* src/fns.c (extract_data_from_object): When checking
file-coding-system-alist, calculate the coding system
correctly even if START and END are out of order.
Use bool for booleans.
src/fns.c