Differences From Artifact [9b58d51e50]:
- File sbbs.el — part of check-in [a9c36f03bb] at 2021-05-28 11:58:53 on branch master — Fix broken defcustom (user: zge, size: 28938) [annotate] [blame] [check-ins using]
To Artifact [730ca416cd]:
- File sbbs.el — part of check-in [f577027486] at 2021-05-28 11:59:37 on branch master — Avoid arithmetic error in sbbs-compose-format (user: zge, size: 28956) [annotate] [blame] [check-ins using]
︙ | |||
598 599 600 601 602 603 604 | 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 | - + | (let ((beg (region-beginning)) (end (region-end))) (goto-char end) (insert style) (goto-char beg) (insert style)) (insert style style))) |
︙ |