sbbs.el

Diff
Login

Differences From Artifact [e87c43e082]:

To Artifact [53a852f77e]:


   161    161               boards))
   162    162       (let ((choice (completing-read
   163    163                      (if def
   164    164                          (format "Board (default %s/%s): "
   165    165                                  (sbbs--board-domain def)
   166    166                                  (sbbs--board-name def))
   167    167                        "Board: ")
   168         -                   boards nil nil nil nil def)))
          168  +                   boards nil nil "/" nil def)))
   169    169         (if (stringp choice)
   170    170             (cdr (assoc choice boards))
   171    171           choice))))
   172    172   
   173    173    ;; UTILITY FUNCTIONS
   174    174   
   175    175   (defun sbbs--reload-thread (&optional _ignore-auto _noconfirm)