Differences From Artifact [0404974fcc]:
- File sbbs.el — part of check-in [57ac49ce55] at 2021-05-28 12:00:22 on branch master — Remove debugging (message ...) from sbbs--process-sxml (user: zge, size: 28934) [annotate] [blame] [check-ins using]
To 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...]
︙ | |||
19 20 21 22 23 24 25 26 27 28 29 30 31 32 | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | + | ;; ;; Start browsing a board by invoking M-x `sbbs'. ;; Open a board ;;; Code: (require 'text-property-search) (require 'tabulated-list) (require 'button) (require 'url) (require 'hl-line) (require 'rx) ;; CUSTOMIZABLE DATA |
︙ |