Fix indentation for many autodef setters

This commit is contained in:
Henrik Lissner 2018-06-22 01:30:27 +02:00
parent 22c145105d
commit 5531d7115a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
9 changed files with 9 additions and 3 deletions

View file

@ -42,6 +42,7 @@ function that creates and returns the REPL buffer."
(quickrun-add-command MODE COMMAND :mode MODE).
4. If MODE is not a string and COMMANd is a symbol, add it to
`+eval-runners', which is used by `+eval/region'."
(declare (indent defun))
(cond ((symbolp command)
(push (cons mode command) +eval-runners))
((stringp command)