From: Richard M. Stallman Date: Sat, 16 Oct 2004 15:32:14 +0000 (+0000) Subject: (comment-auto-fill-only-comments): Add autoload. X-Git-Tag: ttn-vms-21-2-B4~4543 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1fc075d8b7ffb954223427f854f3a82180bf564b;p=emacs.git (comment-auto-fill-only-comments): Add autoload. --- 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."