emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/phpinspect c77decb3ea 5/6: fix reference to free variab


From: ELPA Syncer
Subject: [elpa] externals/phpinspect c77decb3ea 5/6: fix reference to free variable
Date: Tue, 20 Aug 2024 15:58:51 -0400 (EDT)

branch: externals/phpinspect
commit c77decb3ea8bbd2a8048c0e8703d84a64da0a1e4
Author: Hugo Thunnissen <devel@hugot.nl>
Commit: Hugo Thunnissen <devel@hugot.nl>

    fix reference to free variable
---
 phpinspect-class.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/phpinspect-class.el b/phpinspect-class.el
index 90059fcd71..d0c201ef2b 100644
--- a/phpinspect-class.el
+++ b/phpinspect-class.el
@@ -251,7 +251,7 @@ Conditionally executes BODY depending on
 
 (define-inline phpinspect--scope-inherits-p (scope)
   "Returns non-nil when FN has a public or protected scope."
-  (inline-letevals (fn)
+  (inline-letevals (scope)
     (inline-quote (or (phpinspect-public-p ,scope)
                       (phpinspect-protected-p ,scope)))))
 



reply via email to

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