Differences From Artifact [d697b54718]:
- File sbbs.el — part of check-in [5bade98968] at 2021-05-28 12:04:06 on branch master — Require text-property-search (user: zge, size: 28966) [annotate] [blame] [check-ins using] [more...]
To Artifact [bf592c7f3b]:
- File sbbs.el — part of check-in [e70b45d979] at 2021-05-29 12:45:26 on branch master — Disable recenter-to-top by default (user: zge, size: 28968) [annotate] [blame] [check-ins using]
︙ | |||
51 52 53 54 55 56 57 | 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | - + | (cons (string :tag "Board Domain") (string :tag "Board Name")))) (defcustom sbbs-jump-to-link t "Jump to first link after narrowing posts." :type 'boolean) |
︙ |