Appease byte-compiler senpai

Please notice me
This commit is contained in:
Henrik Lissner 2019-01-08 20:54:03 -05:00
parent fbb0297eb1
commit 069c196330
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
;;; feature/evil/autoload/advice.el -*- lexical-binding: t; -*-
(defun +evil--insert-newline (&optional above noextranewline)
(defun +evil--insert-newline (&optional above _noextranewline)
(let ((pos (save-excursion (beginning-of-line-text) (point)))
comment-auto-fill-only-comments)
(require 'smartparens)