From xemacs-m  Sat Jun 28 17:32:37 1997
Received: from piglet.splode.com (h-205-217-243-176.netscape.com [205.217.243.176])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id RAA19289
	for <xemacs-beta@xemacs.org>; Sat, 28 Jun 1997 17:32:36 -0500 (CDT)
Received: (from friedman@localhost)
	by piglet.splode.com (8.8.5/8.8.5) id PAA02460;
	Sat, 28 Jun 1997 15:32:05 -0700
Date: Sat, 28 Jun 1997 15:32:05 -0700
Message-Id: <199706282232.PAA02460@piglet.splode.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Noah Friedman <friedman@splode.com>
To: karlheg@inetarena.com
Cc: xemacs-beta@xemacs.org
Subject: [Copenhagen] Configure!  Yeah, Martin!
Reply-To: friedman@splode.com
In-Reply-To: <karlheg@inetarena.com> , 21 Jun 1997 17:49:28 -0700
References: <87pvtfo413.fsf@bittersweet.inetarena.com>

>(defun strfrob (string)
>  "Frob a string.
>This is compatible with the Linux libc `strfrob' function."
>  (interactive "sString: ")
>  (do ((i (1- (length string)) (1- i)))
>      ((< i 0) (insert string))
>    (setf (aref string i) (int-to-char (logxor (aref string i) 42)))))

I'm afraid you've confused strfry() and memfrob().  :-)

