From xemacs-m  Wed Jun 11 03:22:45 1997
Received: from bittersweet.inetarena.com (karlheg@bittersweet.inetarena.com [206.129.216.38])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id DAA14633
	for <xemacs-beta@xemacs.org>; Wed, 11 Jun 1997 03:22:33 -0500 (CDT)
Received: (from karlheg@localhost)
	by bittersweet.inetarena.com (8.8.5/8.8.5) id BAA15340;
	Wed, 11 Jun 1997 01:21:47 -0700
Date: Wed, 11 Jun 1997 01:21:47 -0700
Message-Id: <199706110821.BAA15340@bittersweet.inetarena.com>
From: "Karl M. Hegbloom" <karlheg@inetarena.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: <xemacs-beta@xemacs.org>
Subject: [patch] ilisp-prefix stole C-z
X-Mailer: VM 6.32 under 20.3 "Zagreb" XEmacs Lucid (beta5)
X-Face: /Q}=yl}1_v7nP)xXo5XjG8+tl@=uVu7o5u6)f]zN?+<hB!K.m9:[|*p34jVN`O;:XZXVSy>/\R>qDt(t8w!-i{(y0"`jFw^uk8inzO9wXabd'CdjUWfC\GHi:6nO*YC89#-qD>Q4r%9!V"<RYJ=7D#$";q=zML5'!=wvXk^$`6FT=5CMofQX)WUKt0p:OKl.mFOXx/D

 ilisp-prefix was C-z, and if you run an inferior lisp, it would steal
the iconify-frame key.  The example ilisp.emacs resets it to C-c
anyhow, so here's a patch that makes that permanent.


*** ilisp-def.el~	Wed Dec 18 14:42:44 1996
--- ilisp-def.el	Wed Jun 11 01:14:25 1997
***************
*** 60,66 ****
  	    (defvar (, variable) (, default) (, documentation)))))
  
  ;;;%%Simple customization
! (defvar ilisp-prefix "\C-z" "Prefix sequence for ilisp commands.")
  
  (deflocal ilisp-program nil
    "*Program and arguments for invoking an inferior LISP.  The program
--- 60,66 ----
  	    (defvar (, variable) (, default) (, documentation)))))
  
  ;;;%%Simple customization
! (defvar ilisp-prefix "\C-c" "Prefix sequence for ilisp commands.")
  
  (deflocal ilisp-program nil
    "*Program and arguments for invoking an inferior LISP.  The program

-- 
Karl M. Hegbloom <karlheg@inetarena.com>
http://www.inetarena.com/~karlheg
Portland, OR  USA
Debian GNU 1.3  Linux 2.1.36 AMD K5 PR-133

