Fix wrong-number-of-arguments on newline-and-indent
And ensure all custom comment-line-break-function functions its argument requirements.
This commit is contained in:
parent
82c0fb6fc7
commit
64222c69c8
4 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
;;; lang/scala/autoload.el -*- lexical-binding: t; -*-
|
||||
|
||||
;;;###autoload
|
||||
(defun +scala-comment-indent-new-line (&rest _)
|
||||
(defun +scala-comment-indent-new-line (&optional _)
|
||||
"Continue the commnt on the current line.
|
||||
|
||||
Meant to be used for `scala-mode's `comment-line-break-function'."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue