sbbs.el

Diff
Login

Differences From Artifact [97ee81d344]:

To Artifact [637706a84f]:


    62     62   See `sbbs-make-board'.")
    63     63   
    64     64   (defvar-local sbbs--thread-id nil
    65     65     "Buffer local reference to current thread id.
    66     66   
    67     67   Used in thread and reply buffers.")
    68     68   
    69         -(defvar sbbs--ornamentum nil
    70         -  "Global cache of the ornamentum, used for posting.")
    71         -
    72     69    ;; BOARD OBJECT AND FUNCTIONS
    73     70   
    74     71   (defun sbbs-make-board (domain name &optional tls)
    75     72     "Create board object, using DOMAIN, NAME and TLS flag."
    76     73     (vector domain name tls))
    77     74   
    78     75   (defsubst sbbs--board-domain (board)