summaryrefslogtreecommitdiff
path: root/lisp/newcomment.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-10-16 15:32:14 +0000
committerRichard M. Stallman <rms@gnu.org>2004-10-16 15:32:14 +0000
commit322a05782584f1b1a785b4311c519dcccb5752cc (patch)
tree6ce0fe4fa812c2c03a4bfd3614b8942b33e7fe88 /lisp/newcomment.el
parentdd18beca494fa3a4d259e8d13ecae5155c54a084 (diff)
downloademacs-322a05782584f1b1a785b4311c519dcccb5752cc.tar.gz
(comment-auto-fill-only-comments): Add autoload.
Diffstat (limited to 'lisp/newcomment.el')
-rw-r--r--lisp/newcomment.el1
1 files changed, 1 insertions, 0 deletions
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."