davidmiller / pony-mode

Django mode for emacs
Other
149 stars 32 forks source link

Remove unnecessary if #92

Closed PuercoPop closed 9 years ago

PuercoPop commented 9 years ago

Any value other than nil is truthy in elisp.

davidmiller commented 9 years ago

Hi @PuercoPop - thanks for the PR !

While I take your point - it's not functionally required, when I'm debugging lisp, I'd much much rather that predicate functions return t / nil than any-value / nil.

Because I'm easily confused ;)