]> git.eshelyaron.com Git - emacs.git/commit
Fix calc-trail-here for first line of trail.
authorAshwin Kafle <ashwin@ashwink.com.np>
Thu, 13 Jun 2024 10:21:38 +0000 (16:06 +0545)
committerEshel Yaron <me@eshelyaron.com>
Sat, 15 Jun 2024 17:32:22 +0000 (19:32 +0200)
commit9d1e9484bc7879119ca84c181c99eecdf2ccdd14
tree395631e593469c82a403326afbdb88b132c3c3a0
parent1b2855cb6562b38aca9db3f1784a2bc64da7f8f4
Fix calc-trail-here for first line of trail.

* lisp/calc/calc.el(calc-trail-here): Change 'or' to 'and'
since (bobp) can return true even if the buffer is not empty.
(Bug#71533)

(cherry picked from commit c637adbf32f2566b739eb96e68546201c55540af)
lisp/calc/calc.el