]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/wid-edit.el (widget-specify-insert): Fix debug spec. (Bug#63437)
authorEli Zaretskii <eliz@gnu.org>
Thu, 11 May 2023 09:54:34 +0000 (12:54 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 11 May 2023 09:54:34 +0000 (12:54 +0300)
lisp/wid-edit.el

index 60bd2baa6fb442e0f8b4720e3050d3667db3fc83..e51b184f874287316b42c13f29a9d6e43de949e0 100644 (file)
@@ -499,7 +499,7 @@ With CHECK-AFTER non-nil, considers also the content after point, if needed."
 
 (defmacro widget-specify-insert (&rest form)
   "Execute FORM without inheriting any text properties."
-   (declare (debug body))
+   (declare (debug (body)))
   `(save-restriction
     (let ((inhibit-read-only t)
          (inhibit-modification-hooks t))