Reindent stuff.

This commit is contained in:
Ivan Malison 2014-12-31 09:44:47 -05:00
parent 00657932cd
commit 2c679ad7ed

View File

@ -152,7 +152,8 @@
(defun eval-region-or-last-sexp ()
(interactive)
(if (region-active-p) (call-interactively 'eval-region) (call-interactively 'eval-last-sexp)))
(if (region-active-p) (call-interactively 'eval-region)
(call-interactively 'eval-last-sexp)))
(defun undo-redo (&optional arg)
(interactive "P")