From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: How to rescind a defun? Date: Fri, 18 May 2012 13:36:36 -0700 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1337373417 3561 80.91.229.3 (18 May 2012 20:36:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 18 May 2012 20:36:57 +0000 (UTC) To: "'kj'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 18 22:36:56 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SVTuv-0004gP-Gk for geh-help-gnu-emacs@m.gmane.org; Fri, 18 May 2012 22:36:53 +0200 Original-Received: from localhost ([::1]:46295 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SVTuu-0000YI-V1 for geh-help-gnu-emacs@m.gmane.org; Fri, 18 May 2012 16:36:52 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:51311) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SVTup-0000Xf-BW for help-gnu-emacs@gnu.org; Fri, 18 May 2012 16:36:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SVTun-00016j-KP for help-gnu-emacs@gnu.org; Fri, 18 May 2012 16:36:46 -0400 Original-Received: from rcsinet15.oracle.com ([148.87.113.117]:24118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SVTun-00016H-Eu for help-gnu-emacs@gnu.org; Fri, 18 May 2012 16:36:45 -0400 Original-Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by rcsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q4IKafTY011042 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 18 May 2012 20:36:42 GMT Original-Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q4IKafRi027478 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 18 May 2012 20:36:41 GMT Original-Received: from abhmt107.oracle.com (abhmt107.oracle.com [141.146.116.59]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q4IKafp6001691; Fri, 18 May 2012 15:36:41 -0500 Original-Received: from dradamslap1 (/10.159.222.233) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 18 May 2012 13:36:40 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: Ac01MvBPa1iT9PtpTmayY7ztcEjobgAAuHQA X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 148.87.113.117 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:84884 Archived-At: > If, during an Emacs session, one evaluates a defun that > (inadvertently) redefines an existing function, is it > possible to undo this? See function `fmakunbound'.