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

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

[elpa] externals/compat 32e737b145: with-restriction, without-restrictio


From: ELPA Syncer
Subject: [elpa] externals/compat 32e737b145: with-restriction, without-restriction: Add declare specification
Date: Thu, 9 Mar 2023 18:57:49 -0500 (EST)

branch: externals/compat
commit 32e737b145fef05105e2bad4ca34ca41072e9569
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    with-restriction, without-restriction: Add declare specification
---
 compat-29.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/compat-29.el b/compat-29.el
index 5cfe15450c..fee1f5c5cc 100644
--- a/compat-29.el
+++ b/compat-29.el
@@ -306,6 +306,7 @@ to other portions of the buffer, use `without-restriction' 
with the
 same LABEL argument.
 
 \(fn START END [:label LABEL] BODY)"
+  (declare (indent 0) (debug t))
   `(save-restriction
      (narrow-to-region ,start ,end)
      ;; Locking is ignored
@@ -321,6 +322,7 @@ restrictions set by `with-restriction' with the same LABEL 
argument
 are lifted.
 
 \(fn [:label LABEL] BODY)"
+  (declare (indent 0) (debug t))
   `(save-restriction
      (widen)
      ;; Locking is ignored



reply via email to

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