]> git.eshelyaron.com Git - emacs.git/commit
Fix hexl jumping to end of file
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 16 Jan 2020 18:49:29 +0000 (10:49 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 16 Jan 2020 18:50:02 +0000 (10:50 -0800)
commit3446c26c2f9378992eafc60e44d9b5715b3244f4
tree052060e831583f16803ab2e6ad1ccbdd1274299b
parent25adbc4a5ecc3e16625c0171607e3153bbdf7ab1
Fix hexl jumping to end of file

Plus some other small fixes nearby.
* lisp/hexl.el (hexl-end-of-line): Simplify to match next fix.
(hexl-end-of-1k-page, hexl-end-of-512b-page): Use min instead
of max.  Tiny change by Vladimir Nikishkin (Bug#39131).
(hexl-insert-char): Use = instead of eq to compare integers.
lisp/hexl.el