Differences From Artifact [35b5b19ba4]:
- File sbbs.el — part of check-in [918ba0640d] at 2021-05-29 12:45:40 on branch master — Disable open-at-last-post by default (user: zge, size: 28970) [annotate] [blame] [check-ins using]
To Artifact [f9185109d4]:
- File sbbs.el — part of check-in [438efd04c7] at 2021-05-29 12:53:42 on branch master — Improve check if region is active (user: zge, size: 28981) [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))) |
︙ |