refactor: minor refactors
This commit is contained in:
parent
98a3cad54d
commit
db36c74bbb
3 changed files with 3 additions and 5 deletions
|
@ -5,9 +5,7 @@
|
|||
"Please don't leave, there's more demons to toast!"
|
||||
"Let's beat it -- This is turning into a bloodbath!"
|
||||
,(format "I wouldn't leave if I were you. %s is much worse."
|
||||
(if (member system-type '(ms-dos-windows-nt cygwin))
|
||||
"DOS"
|
||||
"UNIX"))
|
||||
(if (featurep :system 'windows) "DOS" "UNIX"))
|
||||
"Don't leave yet -- There's a demon around that corner!"
|
||||
"Ya know, next time you come in here I'm gonna toast ya."
|
||||
"Go ahead and leave. See if I care."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue