From 6da6c2fe93eb7a79ebebce485d0d06f97122ad8f Mon Sep 17 00:00:00 2001 From: Lute Kamstra Date: Mon, 4 Apr 2005 09:30:37 +0000 Subject: [PATCH] (longlines-mode): Specify :group. --- lisp/longlines.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/longlines.el b/lisp/longlines.el index 8491a0b7960..ebfb7a660b0 100644 --- a/lisp/longlines.el +++ b/lisp/longlines.el @@ -101,7 +101,7 @@ wrapped whenever the buffer is changed. You can always call If `longlines-show-hard-newlines' is non-nil, hard newlines will be marked by a symbol." - nil " ll" nil + :group 'longlines :lighter " ll" (if longlines-mode ;; Turn on longlines mode (progn -- 2.39.5