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

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

noob question on cl-flet.


From: Shiyao Ma
Subject: noob question on cl-flet.
Date: Wed, 20 Apr 2016 22:50:58 +0800

Hi,

for this code:

(cl-flet ((myfunc nil
                  (message "i am in")))
  (myfunc)
  (princ (symbol-function 'myfunc)))


Why symbol-function gives nil? My expectation is the function.


reply via email to

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