diff lisp/progmodes/hideif.el @ 61286:e85dd7fe4004

(hide-ifdef-mode): Specify :group.
author Lute Kamstra <lute@gnu.org>
date Mon, 04 Apr 2005 09:25:36 +0000
parents de939ef4dd88
children 18a818a2ee7c 02f1dbc4a199
line wrap: on
line diff
--- a/lisp/progmodes/hideif.el	Mon Apr 04 09:23:59 2005 +0000
+++ b/lisp/progmodes/hideif.el	Mon Apr 04 09:25:36 2005 +0000
@@ -1,6 +1,6 @@
 ;;; hideif.el --- hides selected code within ifdef
 
-;; Copyright (C) 1988,1994,2001, 2002 Free Software Foundation, Inc.
+;; Copyright (C) 1988, 1994, 2001, 2002, 2005 Free Software Foundation, Inc.
 
 ;; Author: Daniel LaLiberte <liberte@holonexus.org>
 ;; Maintainer: FSF
@@ -197,7 +197,7 @@
 	After `show-ifdefs', read-only status is restored to previous value.
 
 \\{hide-ifdef-mode-map}"
-  nil " Ifdef" nil
+  :group 'hide-ifdef :lighter " Ifdef"
   (if hide-ifdef-mode
       (progn
 	;; inherit global values