]> git.eshelyaron.com Git - emacs.git/commit
Respect comment-auto-fill-only-comments
authorTom Tromey <tom@tromey.com>
Sun, 6 Aug 2017 00:30:52 +0000 (18:30 -0600)
committerTom Tromey <tom@tromey.com>
Sun, 6 Aug 2017 00:31:39 +0000 (18:31 -0600)
commit9b463fa8648b7baed95a44f4317cb7402fd8bf1c
treec7134b781617519f14256c5126a766673a01c7dd
parent0bd08c00751a9deee66d304d3f18aa45ef1276db
Respect comment-auto-fill-only-comments

Respect comment-auto-fill-only-comments when auto-filling and a
comment syntax is defined.

* lisp/newcomment.el (comment-indent-new-line): Do not check
comment-auto-fill-only-comments.
* lisp/simple.el (internal-auto-fill): New defun.
* src/cmds.c (internal_self_insert): Call Qinternal_auto_fill, not
auto_fill_function.
(syms_of_cmds): Define Qinternal_auto_fill.
lisp/newcomment.el
lisp/simple.el
src/cmds.c