fix cond default clause
This commit is contained in:
parent
f54d1291b1
commit
e1e589b5ea
|
@ -325,7 +325,7 @@ it is started."
|
|||
(msg (concat ": " status-name "[" (int-to-string code) "]")))
|
||||
(add-text-properties 0 (length msg) '(face bold) msg)
|
||||
msg))
|
||||
(else ": unknown"))))
|
||||
(t ": unknown"))))
|
||||
(_ ": unknown"))))
|
||||
|
||||
(defun utop-send-data (cmd)
|
||||
|
|
Loading…
Reference in New Issue