dwcoates / pygn-mode

An Emacs major-mode for chess PGN files, powered by Python
BSD 2-Clause "Simplified" License
10 stars 3 forks source link

Replace forward-char with char-before #176

Closed rolandwalker closed 3 years ago

rolandwalker commented 3 years ago

This is preferable where it can be done, because char-before will nil without erroring.