From 1fc075d8b7ffb954223427f854f3a82180bf564b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 16 Oct 2004 15:32:14 +0000 Subject: [PATCH] (comment-auto-fill-only-comments): Add autoload. --- lisp/newcomment.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/newcomment.el b/lisp/newcomment.el index 5711e7903ad..5a7b7666e89 100644 --- a/lisp/newcomment.el +++ b/lisp/newcomment.el @@ -1087,6 +1087,7 @@ Else, call `comment-indent'." (insert (comment-padleft comment-end add))) (indent-according-to-mode)))))) +;;;###autoload (defcustom comment-auto-fill-only-comments nil "Non-nil means to only auto-fill inside comments. This has no effect in modes that do not define a comment syntax." -- 2.39.5