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

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

local binding, too local...


From: Jean-Christophe Helary
Subject: local binding, too local...
Date: Sat, 8 Dec 2018 11:18:49 +0900

In a defun I wrote I have a let* block that does something, then some setf 
code, then a let block that does something on the values created by setf, but 
the let block needs a value that it set in the let* block.

I would like to keep things local, but not *that* local, just *defun* local.

Is there a clean way to declare variables local to a defun and without being 
locked by let\*? blocks ?



Jean-Christophe Helary
-----------------------------------------------
http://mac4translators.blogspot.com @brandelune





reply via email to

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