aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-10-16 15:32:14 +0000
committerRichard M. Stallman2004-10-16 15:32:14 +0000
commit1fc075d8b7ffb954223427f854f3a82180bf564b (patch)
treec3825810508bdf5e1176a74e1f730a610eabbee3
parent2fb31a1bda41bf9c14e135273613005655497a41 (diff)
downloademacs-1fc075d8b7ffb954223427f854f3a82180bf564b.tar.gz
emacs-1fc075d8b7ffb954223427f854f3a82180bf564b.zip
(comment-auto-fill-only-comments): Add autoload.
-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'."
1087 (insert (comment-padleft comment-end add))) 1087 (insert (comment-padleft comment-end add)))
1088 (indent-according-to-mode)))))) 1088 (indent-according-to-mode))))))
1089 1089
1090;;;###autoload
1090(defcustom comment-auto-fill-only-comments nil 1091(defcustom comment-auto-fill-only-comments nil
1091 "Non-nil means to only auto-fill inside comments. 1092 "Non-nil means to only auto-fill inside comments.
1092This has no effect in modes that do not define a comment syntax." 1093This has no effect in modes that do not define a comment syntax."