sbbs.el

Check-in [a9c36f03bb]
Login
Overview
Comment:Fix broken defcustom
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | master | trunk
Files: files | file ages | folders
SHA3-256: a9c36f03bb3e9c3d7286804015911780687ba6230fcabda15b1931ccdb687e32
User & Date: zge on 2021-05-28 11:58:53
Other Links: branch diff | manifest | tags
Context
2021-05-28
11:59
Avoid arithmetic error in sbbs-compose-format check-in: f577027486 user: zge tags: master, trunk
11:58
Fix broken defcustom check-in: a9c36f03bb user: zge tags: master, trunk
11:58
Add sbbs-open-at-last-post for compose buffers check-in: 651e7552b5 user: zge tags: master, trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Modified sbbs.el from [8c4c1d7d44] to [9b58d51e50].

54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
  "Jump to first link after narrowing posts."
  :type 'boolean)

(defcustom sbbs-recenter-to-top t
  "Move point to top of frame when moving through posts."
  :type 'boolean)

(defcustom t
  "Jump to last post in a thread when opening a thread."
  :type 'boolean)

(defface sbbs--semi-spoiler-face
  '((((background light)) :background "gray80" :foreground "black")
    (((background dark)) :background "gray20" :foreground "white"))
  "Face for spoiler text in threads.")







|







54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
  "Jump to first link after narrowing posts."
  :type 'boolean)

(defcustom sbbs-recenter-to-top t
  "Move point to top of frame when moving through posts."
  :type 'boolean)

(defcustom sbbs-open-at-last-post t
  "Jump to last post in a thread when opening a thread."
  :type 'boolean)

(defface sbbs--semi-spoiler-face
  '((((background light)) :background "gray80" :foreground "black")
    (((background dark)) :background "gray20" :foreground "white"))
  "Face for spoiler text in threads.")