]> git.eshelyaron.com Git - emacs.git/commitdiff
(glasses-mode): Specify :group.
authorLute Kamstra <lute@gnu.org>
Mon, 4 Apr 2005 09:23:59 +0000 (09:23 +0000)
committerLute Kamstra <lute@gnu.org>
Mon, 4 Apr 2005 09:23:59 +0000 (09:23 +0000)
lisp/progmodes/glasses.el

index dea40b8db19da531c7697f9bc502b339c16a34a0..7aff14ec608451f9969df3ac27cb21b38d834a42 100644 (file)
@@ -1,6 +1,6 @@
 ;;; glasses.el --- make cantReadThis readable
 
-;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2000, 2001, 2005 Free Software Foundation, Inc.
 
 ;; Author: Milan Zamazal <pdm@zamazal.org>
 ;; Maintainer: Milan Zamazal <pdm@zamazal.org>
@@ -251,7 +251,7 @@ recognized according to the current value of the variable `glasses-separator'."
   "Minor mode for making identifiers likeThis readable.
 When this mode is active, it tries to add virtual separators (like underscores)
 at places they belong to."
-  nil " o^o" nil
+  :group 'glasses :lighter " o^o"
   (save-excursion
     (save-restriction
       (widen)