reverse => nreverse; other optimizations

This commit is contained in:
Henrik Lissner 2017-03-01 19:15:45 -05:00
parent 4723a3d76f
commit 27cc4a9508
7 changed files with 22 additions and 22 deletions

View file

@ -194,7 +194,7 @@ Example
desc nil)))
(t (user-error "Invalid key %s" key))))
`(progn ,@(reverse forms))))
`(progn ,@(nreverse forms))))
(provide 'core-keybinds)
;;; core-keybinds.el ends here