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 Side-by-Side Diffs Ignore Whitespace Patch

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

    54     54     "Jump to first link after narrowing posts."
    55     55     :type 'boolean)
    56     56   
    57     57   (defcustom sbbs-recenter-to-top t
    58     58     "Move point to top of frame when moving through posts."
    59     59     :type 'boolean)
    60     60   
    61         -(defcustom t
           61  +(defcustom sbbs-open-at-last-post t
    62     62     "Jump to last post in a thread when opening a thread."
    63     63     :type 'boolean)
    64     64   
    65     65   (defface sbbs--semi-spoiler-face
    66     66     '((((background light)) :background "gray80" :foreground "black")
    67     67       (((background dark)) :background "gray20" :foreground "white"))
    68     68     "Face for spoiler text in threads.")