|
From: | Stefan Monnier |
Subject: | Re: [elpa] master 785f837 6/8: hydra.el (defhydra): Use `clear-temporary-overlay-map' |
Date: | Fri, 30 Jan 2015 16:06:04 -0500 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
>>> hydra.el (defhydra): Use `clear-temporary-overlay-map' >> Hmm... when/where is this function defined? > It's generated by legacy code in at least in Emacs 24.3.4. No, that's a misunderstanding: > (let* ((clearfunsym (make-symbol "clear-temporary-overlay-map")) This creates a symbol whose name is "clear-temporary-overlay-map" but this symbol is different from the one you get with: 'clear-temporary-overlay-map So you can't call this function the way you do it. Stefan
[Prev in Thread] | Current Thread | [Next in Thread] |