From xemacs-m  Thu Jul 10 00:45:38 1997
Received: from jagor.srce.hr (hniksic@jagor.srce.hr [161.53.2.130])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id AAA26181
	for <xemacs-beta@xemacs.org>; Thu, 10 Jul 1997 00:45:37 -0500 (CDT)
Received: (from hniksic@localhost)
	by jagor.srce.hr (8.8.6/8.8.6) id HAA27627;
	Thu, 10 Jul 1997 07:45:39 +0200 (MET DST)
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: Re: hide-ifdef again
References: <199707100516.BAA24011@spacely.icd.teradyne.com>
X-Attribution: Hrv
X-Face: Mie8:rOV<\c/~z{s.X4A{!?vY7{drJ([U]0O=W/<W*SMo/Mv:58:*_y~ki>xDi&N7XG
        KV^$k0m3Oe/)'e%3=$PCR&3ITUXH,cK>]bci&<qQ>Ff%x_>1`T(+M2Gg/fgndU%k*ft
        [(7._6e0n-V%|%'[c|q:;}td$#INd+;?!-V=c8Pqf}3J
From: Hrvoje Niksic <hniksic@srce.hr>
Date: 10 Jul 1997 07:45:39 +0200
In-Reply-To: Vinnie Shelton's message of "Thu, 10 Jul 1997 01:16:25 -0400"
Message-ID: <kig3epn4fzw.fsf@jagor.srce.hr>
Lines: 31
X-Mailer: Gnus v5.4.59/XEmacs 20.3(beta12) - "Helsinki"

Vinnie Shelton  <shelton@icd.teradyne.com> writes:

> The backtrace is uninformative, of course:
> 
> Signaling: (undefined-keystroke-sequence [#<keypress-event
> control-C> #<keypress-event @>])

Try this patch:

1997-07-10  Hrvoje Niksic  <hniksic@srce.hr>

	* modes/hideif.el: Correctly specify minor mode map.

--- lisp/modes/hideif.el.orig	Thu Jul 10 07:43:39 1997
+++ lisp/modes/hideif.el	Thu Jul 10 07:43:40 1997
@@ -169,7 +169,7 @@
 ;                minor-mode-alist)))
 ;; XEmacs: do it right.
 ;;;###autoload
-(add-minor-mode 'hide-ifdef-mode " Ifdef" 'hide-ifdef-mode-map)
+(add-minor-mode 'hide-ifdef-mode " Ifdef" hide-ifdef-mode-map)
 
 ;; fix c-mode syntax table so we can recognize whole symbols.
 (defvar hide-ifdef-syntax-table


-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
`VI' - An editor used by those heretics that don't subscribe to
       the Emacs religion.

