sbbs.el

Check-in [45208007f7]
Login
Overview
Comment:Raise minimum version of Emacs to what is being used
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | master | trunk
Files: files | file ages | folders
SHA3-256: 45208007f7241b80a9542673aaaf6dd970bb2a9716dd441d4715a88f5a6ab90b
User & Date: zge on 2024-03-01 22:04:41
Other Links: branch diff | manifest | tags
Context
2024-03-01
22:04
Raise minimum version of Emacs to what is being used Leaf check-in: 45208007f7 user: zge tags: master, trunk
22:00
Rework directory local variables check-in: 303773e90d user: zge tags: master, trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Modified sbbs.el from [1635b42a7e] to [faf79e9a36].

1
2
3
4
5
6
7
8
9
10
11
12
;;; sbbs.el --- SchemeBBS client -*- lexical-binding: t -*-

;; Version: 0.1.0
;; Keywords: comm
;; Package-Requires: ((emacs "24.4"))
;; Homepage: https://fossil.textboard.org/sbbs/home

;; This file is NOT part of Emacs.
;;
;; This file is in the public domain, to the extent possible under law,
;; published under the CC0 1.0 Universal license.
;;




|







1
2
3
4
5
6
7
8
9
10
11
12
;;; sbbs.el --- SchemeBBS client -*- lexical-binding: t -*-

;; Version: 0.1.0
;; Keywords: comm
;; Package-Requires: ((emacs "27.1"))
;; Homepage: https://fossil.textboard.org/sbbs/home

;; This file is NOT part of Emacs.
;;
;; This file is in the public domain, to the extent possible under law,
;; published under the CC0 1.0 Universal license.
;;