Appease the byte-compiler

This commit is contained in:
Henrik Lissner 2018-07-30 12:10:11 +02:00
parent c935f3e4da
commit cbc59f9333
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
9 changed files with 14 additions and 13 deletions

View file

@ -2,11 +2,11 @@
;;;###autoload
(defun +hideshow-haml-forward-sexp (arg)
(haml-forward-sexp)
(haml-forward-sexp arg)
(move-beginning-of-line 1))
;;;###autoload
(defun +hideshow-forward-block-by-indent (arg)
(defun +hideshow-forward-block-by-indent (_arg)
(let ((start (current-indentation)))
(forward-line)
(unless (= start (current-indentation))