]> git.eshelyaron.com Git - emacs.git/commit
Fix c-ts-mode--fill-paragraph
authorYuan Fu <casouri@gmail.com>
Fri, 13 Jan 2023 01:29:14 +0000 (17:29 -0800)
committerYuan Fu <casouri@gmail.com>
Fri, 13 Jan 2023 08:55:24 +0000 (00:55 -0800)
commita760364f5f36ad4ded67b0fd5ca4ef59c9b2d705
tree2bb5561a4445ab8893a72a0d3336ac73d7101127
parent2a2b1d09ac77f66629cb5b968d5f7e6451a2c8a9
Fix c-ts-mode--fill-paragraph

Example:

       doc: /* Return non-nil if NODE1 and NODE2 are the same node.
If any one of NODE1 and NODE2 is nil, return nil.
This function uses the same equivalence metric as `equal'.  */

* lisp/progmodes/c-ts-mode.el (c-ts-mode--fill-paragraph): Fix the
case where there are words before the /*, like the example above.
lisp/progmodes/c-ts-mode.el