mirror of
https://gitlab.com/vindarel/ciel.git
synced 2025-12-15 14:51:16 -08:00
(minor) style + str:starts-with-p
This commit is contained in:
parent
79a8953114
commit
451854cb7e
1 changed files with 2 additions and 1 deletions
|
|
@ -235,7 +235,8 @@
|
|||
(when parsed (evaluate-lisp text parsed))))
|
||||
|
||||
(defun handle-input (before text)
|
||||
(if (and (> (length text) 1) (string= (subseq text 0 1) ":"))
|
||||
(if (and (> (length text) 1)
|
||||
(str:starts-with-p ":" text))
|
||||
(handle-special-input text)
|
||||
(handle-lisp before text)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue