Fix undefined variable in previous commit (bug#73900)
authorYuan Fu <casouri@gmail.com>
Thu, 31 Oct 2024 01:18:50 +0000 (18:18 -0700)
committerYuan Fu <casouri@gmail.com>
Thu, 31 Oct 2024 01:18:50 +0000 (18:18 -0700)
commit3101c5031e6eae31ac64392f312091ffa9bbd777
tree371ce70104e62a1b238f6da5d18e49dd043d000c
parente6a8492fabc1e7065983fbf6506a2790c137cd9f
Fix undefined variable in previous commit (bug#73900)

I somehow thought allow-auto-fill is a global variable that's
used by cc.  But it's not.  It's just a function param used by
c-indent-new-comment-line.

* lisp/progmodes/c-ts-common.el:
(c-ts-common-comment-indent-new-line): Remove reference to
allow-auto-fill.
lisp/progmodes/c-ts-common.el