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:
parent
aac4a939f9
commit
021c0ba116
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 (if allow-auto-fill nil 1))))))
|
||||
(newline 1)))))
|
||||
(cond
|
||||
;; Line starts with //, or ///, or ////...
|
||||
;; Or //! (used in rust).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue