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:
Eli Zaretskii 2024-11-01 09:18:01 +02:00
parent 9682d385c1
commit 1863028742

View file

@ -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).