help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to delete/unbind a name defined in Emacs Lisp?


From: Jesper Harder
Subject: Re: How to delete/unbind a name defined in Emacs Lisp?
Date: Tue, 06 Jan 2004 15:34:19 +0100
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

WANG Wei <wangwei_org@sina.com> writes:

> When we say (defun xxx () ...), we introduce a new name "xxx" in
> Emacs. A lot of such names will dirty the global name space. So I
> wonder how to delete names that I don't need any more.

Use `fmakunbound' to remove a function and `makunbound' to remove a
variable.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]