Index: sbbs.el ================================================================== --- sbbs.el +++ sbbs.el @@ -163,11 +163,11 @@ (if def (format "Board (default %s/%s): " (sbbs--board-domain def) (sbbs--board-name def)) "Board: ") - boards nil nil nil nil def))) + boards nil nil "/" nil def))) (if (stringp choice) (cdr (assoc choice boards)) choice)))) ;; UTILITY FUNCTIONS