Conform scala comment function to naming conventions
This commit is contained in:
parent
0ba5c574b9
commit
200fed337c
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
;;; lang/scala/autoload.el -*- lexical-binding: t; -*-
|
||||
|
||||
;;;###autoload
|
||||
(defun +scala-comment-indent-new-line (&optional _)
|
||||
(defun +scala-comment-indent-new-line-fn (&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