diff options
Diffstat (limited to 'lisp/textmodes/fill.el')
-rw-r--r-- | lisp/textmodes/fill.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index 27c425de448..0516a4ab8a5 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el @@ -836,6 +836,10 @@ in the active region." (fill-region-as-paragraph beg end justify)))))) fill-pfx))) +(declare-function comment-search-forward "newcomment" (limit &optional noerror)) +(declare-function comment-string-strip "newcomment" (str beforep afterp)) + + (defun fill-comment-paragraph (&optional justify) "Fill current comment. If we're not in a comment, just return nil so that the caller |