This commit is contained in:
Dan 2008-04-28 00:23:01 -07:00
parent f51959afda
commit 8e81da8849
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@
(let* ((commands (split-string (string-downcase command-string) " "))
(command (intern (first commands))))
(case (command)
(
(thing