From: Lute Kamstra Date: Mon, 4 Apr 2005 09:25:36 +0000 (+0000) Subject: (hide-ifdef-mode): Specify :group. X-Git-Tag: ttn-vms-21-2-B4~1227 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f06a4df3f53d3962b03c0c95a4d77193addb507;p=emacs.git (hide-ifdef-mode): Specify :group. --- diff --git a/lisp/progmodes/hideif.el b/lisp/progmodes/hideif.el index da6b6f772b6..23031c5bcda 100644 --- a/lisp/progmodes/hideif.el +++ b/lisp/progmodes/hideif.el @@ -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 ;; Maintainer: FSF @@ -197,7 +197,7 @@ how the hiding is done: 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