diff options
author | Markus Rost <rost@math.uni-bielefeld.de> | 2002-11-18 04:18:23 +0000 |
---|---|---|
committer | Markus Rost <rost@math.uni-bielefeld.de> | 2002-11-18 04:18:23 +0000 |
commit | eacd92dd027cd948f8136cd39aa086b9c93a4e83 (patch) | |
tree | 808c7bdf2da76fc073f898c124fe9a8ca4ef10e2 /lisp/textmodes | |
parent | d408fed8eb5c9ccca5cbf353e9e5eb2e9d881927 (diff) | |
download | emacs-eacd92dd027cd948f8136cd39aa086b9c93a4e83.tar.gz |
(use-hard-newlines): Add group.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r-- | lisp/textmodes/paragraphs.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index 90760c22acf..94768055c23 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el @@ -51,6 +51,7 @@ or anything else to ask the user. Newlines not marked hard are called \"soft\", and are always internal to paragraphs. The fill functions insert and delete only soft newlines." + :group 'paragraphs :extra-args (insert) (when use-hard-newlines ;; Turn mode on |