# HG changeset patch # User Richard M. Stallman # Date 1097940734 0 # Node ID d0bca414ad079f8e2d620223b3dad5fea426f1ad # Parent c2b32641aa8c7278d8e63accbecd809671606b28 (comment-auto-fill-only-comments): Add autoload. diff -r c2b32641aa8c -r d0bca414ad07 lisp/newcomment.el --- a/lisp/newcomment.el Sat Oct 16 15:31:28 2004 +0000 +++ b/lisp/newcomment.el Sat Oct 16 15:32:14 2004 +0000 @@ -1087,6 +1087,7 @@ (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."