Mercurial > emacs
changeset 57526:d0bca414ad07
(comment-auto-fill-only-comments): Add autoload.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 16 Oct 2004 15:32:14 +0000 |
parents | c2b32641aa8c |
children | 21785c190853 |
files | lisp/newcomment.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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."