|
From: | Katsumi Yamaoka |
Subject: | Re: [Emacs-diffs] /srv/bzr/emacs/trunk r111086: gmm-utils.el (gmm-flet, gmm-labels): New macros. |
Date: | Wed, 05 Dec 2012 11:26:13 +0900 |
User-agent: | Gnus/5.130006 (真 Gnus v0.6) Emacs/24.3.50 (i686-pc-cygwin) |
Katsumi Yamaoka wrote: > I've temporarily replaced it in this way: > (let ((orig-FUNCTION (symbol-function 'FUNCTION))) > (fet 'FUNCTION (lambda (arg) new definition)) > (unwind-protect > (progn bla bla) > (fset 'FUNCTION orig-FUNCTION))) I learned how cl-letf works and re-introduced gmm-flet that works like the old flet.
[Prev in Thread] | Current Thread | [Next in Thread] |