]> git.eshelyaron.com Git - emacs.git/commit
Fix type-checking bug in vertical-motion
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 16 Apr 2020 16:22:42 +0000 (09:22 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 16 Apr 2020 16:24:48 +0000 (09:24 -0700)
commit0127118c2592ee5103cc36be5aaed0c9443ae82f
tree0afe3fcd341af46dbe5cfd67c70f8dbdb1daa730
parentcead6f0ad18206401b5180fd44f848a76fed8e43
Fix type-checking bug in vertical-motion

* src/indent.c (Fvertical_motion): Fix bug where the type of lcols
was checked too late.
src/indent.c