mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Appease the byte-compiler
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user