1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

; * lisp/progmodes/c-ts-common.el: Fix merging snafu.

This commit is contained in:
Eli Zaretskii 2024-11-02 08:42:35 -04:00
parent aac4a939f9
commit 021c0ba116

View file

@ -336,7 +336,7 @@ and /* */ comments. SOFT works the same as in
(delete-horizontal-space)
(if soft
(insert-and-inherit ?\n)
(newline (if allow-auto-fill nil 1))))))
(newline 1)))))
(cond
;; Line starts with //, or ///, or ////...
;; Or //! (used in rust).