Revert "Remove undefined variable from c-ts-common.el"
This reverts commit 9ff155183c
.
This problem was already fixed on the release branch m and
the fix will merged soon. (Bug#74149)
This commit is contained in:
parent
9682d385c1
commit
1863028742
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ and /* */ comments. SOFT works the same as in
|
|||
(delete-horizontal-space)
|
||||
(if soft
|
||||
(insert-and-inherit ?\n)
|
||||
(newline 1)))))
|
||||
(newline (if allow-auto-fill nil 1))))))
|
||||
(cond
|
||||
;; Line starts with //, or ///, or ////...
|
||||
;; Or //! (used in rust).
|
||||
|
|
Loading…
Add table
Reference in a new issue