]> git.eshelyaron.com Git - emacs.git/commit
indent-for-tab-command: Deal with large point or modiff values.
authorPhilipp Stephani <phst@google.com>
Fri, 14 Jan 2022 19:59:28 +0000 (20:59 +0100)
committerPhilipp Stephani <phst@google.com>
Fri, 14 Jan 2022 19:59:28 +0000 (20:59 +0100)
commit64109fcae710a372bf7690e2da461ab71ca78dcd
treec2562d80993f65054a312b464a7016bcf5074560
parentc7234011518133da8b5f585719be511a1dfbcf11
indent-for-tab-command: Deal with large point or modiff values.

* lisp/indent.el (indent-for-tab-command): Don't use 'eq' to compare
integers that aren't guaranteed to be fixnums.
lisp/indent.el