aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorLute Kamstra <[email protected]>2005-04-04 09:19:51 +0000
committerLute Kamstra <[email protected]>2005-04-04 09:19:51 +0000
commitfeb02f95635745e2d09d39ef5f2f7accc686c362 (patch)
tree2e16ac0a630ac03ba1a414e946b67ae06fc31829 /lisp
parentc92164e10167234a115668f0ed2014eb4abb854d (diff)
(sc-minor-mode): Specify :group.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mail/supercite.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el
index 371bb90b9c..6b769f5380 100644
--- a/lisp/mail/supercite.el
+++ b/lisp/mail/supercite.el
@@ -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 ()