comparison lisp/longlines.el @ 61289:78b96a3ee117

(longlines-mode): Specify :group.
author Lute Kamstra <lute@gnu.org>
date Mon, 04 Apr 2005 09:30:37 +0000
parents 93886f61ae3e
children cbda14f6fb9b
comparison
equal deleted inserted replaced
61288:6363fa77031a 61289:78b96a3ee117
99 wrapped whenever the buffer is changed. You can always call 99 wrapped whenever the buffer is changed. You can always call
100 `fill-paragraph' to fill individual paragraphs. 100 `fill-paragraph' to fill individual paragraphs.
101 101
102 If `longlines-show-hard-newlines' is non-nil, hard newlines will 102 If `longlines-show-hard-newlines' is non-nil, hard newlines will
103 be marked by a symbol." 103 be marked by a symbol."
104 nil " ll" nil 104 :group 'longlines :lighter " ll"
105 (if longlines-mode 105 (if longlines-mode
106 ;; Turn on longlines mode 106 ;; Turn on longlines mode
107 (progn 107 (progn
108 (use-hard-newlines 1 'never) 108 (use-hard-newlines 1 'never)
109 (set (make-local-variable 'require-final-newline) nil) 109 (set (make-local-variable 'require-final-newline) nil)