]> git.eshelyaron.com Git - emacs.git/commitdiff
(sc-minor-mode): Specify :group.
authorLute Kamstra <lute@gnu.org>
Mon, 4 Apr 2005 09:19:51 +0000 (09:19 +0000)
committerLute Kamstra <lute@gnu.org>
Mon, 4 Apr 2005 09:19:51 +0000 (09:19 +0000)
lisp/mail/supercite.el

index 371bb90b9cfb6ece1bba2359c6d309c55b84246c..6b769f538014b810f443bd1b97c336ffa8e60bbf 100644 (file)
@@ -1866,10 +1866,11 @@ Note on function names in this list: all functions of the form
 
 (define-minor-mode sc-minor-mode
   "Supercite minor mode."
-  nil (" SC" (sc-auto-fill-region-p
-             (":f" (sc-fixup-whitespace-p "w"))
-             (sc-fixup-whitespace-p ":w")))
-  `((,sc-mode-map-prefix . ,sc-mode-map)))
+  :group 'supercite
+  :lighter (" SC" (sc-auto-fill-region-p
+                  (":f" (sc-fixup-whitespace-p "w"))
+                  (sc-fixup-whitespace-p ":w")))
+  :keymap `((,sc-mode-map-prefix . ,sc-mode-map)))
 
 ;;;###autoload
 (defun sc-cite-original ()