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

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

[elpa] externals/compat 2faab78 42/99: Add debug specification for setq-


From: ELPA Syncer
Subject: [elpa] externals/compat 2faab78 42/99: Add debug specification for setq-local
Date: Sun, 17 Oct 2021 05:57:54 -0400 (EDT)

branch: externals/compat
commit 2faab7861a6883db5f3769337cec241898734ea4
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Add debug specification for setq-local
---
 compat-27.1.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/compat-27.1.el b/compat-27.1.el
index 9195a34..59a4fe7 100644
--- a/compat-27.1.el
+++ b/compat-27.1.el
@@ -110,6 +110,7 @@ Letter-case is significant, but text properties are 
ignored."
 (compat-advise setq-local (&rest pairs)
   "Handle multiple assignments."
   :cond (compat-maxargs-/= #'setq-local 'many)
+  (declare (debug setq))
   (unless (zerop (mod (length pairs) 2))
     (error "PAIRS must have an even number of variable/value members"))
   (let (body)



reply via email to

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