emacs-devel
[Top][All Lists]
Advanced

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

Re: Function to get defalias?


From: Juri Linkov
Subject: Re: Function to get defalias?
Date: Mon, 23 Nov 2009 23:00:50 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (x86_64-pc-linux-gnu)

> Do we have a function that does what indirect-variable does for
> variables for defalias:ed funtions?

Something like this in a loop:

(or (and (symbolp this-command) (fboundp this-command)
         (symbolp (symbol-function this-command))
         (symbol-function this-command)) this-command)

-- 
Juri Linkov
http://www.jurta.org/emacs/




reply via email to

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