dykstrom / basic-mode

Emacs major mode for editing BASIC code
GNU General Public License v3.0
7 stars 10 forks source link

Fix for ignored/extra lines renumbered #7

Closed pederkl closed 6 years ago

pederkl commented 6 years ago

One more before I go to bed. Clear bugfix for the region handling.

pederkl commented 6 years ago

I thought the (eobp) test in the editing pass of renumbering would take care of correct termination for the whole-buffer case. I was wrong, we need to use a marker in that case as well.

dykstrom commented 6 years ago

Work fine now, so I merged this.