]> git.eshelyaron.com Git - emacs.git/commitdiff
(comment-auto-fill-only-comments): Add autoload.
authorRichard M. Stallman <rms@gnu.org>
Sat, 16 Oct 2004 15:32:14 +0000 (15:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 16 Oct 2004 15:32:14 +0000 (15:32 +0000)
lisp/newcomment.el

index 5711e7903ad28fb8d3505946e01e9fad28bc8e28..5a7b7666e8962445b3f2653c46e5f8a37e493a3f 100644 (file)
@@ -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."