|
From: | Markus Triska |
Subject: | Re: Finding Unused Identifiers |
Date: | Fri, 03 Mar 2006 14:31:54 +0100 |
User-agent: | Mail/News 1.5 (X11/20060119) |
Hi Pascal, Pascal Bourguignon wrote:
(set-difference defvars refered)))
In this example, ab is referred to although the token "ab" appears only once:
(defvar ab 0) (set (intern (concat "a" "b")) 1) All the best, Markus.
[Prev in Thread] | Current Thread | [Next in Thread] |