Appease byte-compiler-sama

This commit is contained in:
Henrik Lissner 2018-02-14 20:54:53 -05:00
parent ae52b2ff60
commit 4321f20b3e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
4 changed files with 4 additions and 7 deletions

View file

@ -247,7 +247,7 @@ Inspired from http://demonastery.org/2013/04/emacs-evil-narrow-region/"
;;
;;;###autoload
(defun doom*newline-and-indent (orig-fn)
(defun doom*newline-and-indent (_orig-fn)
"Inserts a newline and possibly indents it. Also continues comments if
executed from a commented line; handling special cases for certain languages
with weak native support."