From: Eli Zaretskii Date: Thu, 11 May 2023 09:54:34 +0000 (+0300) Subject: ; * lisp/wid-edit.el (widget-specify-insert): Fix debug spec. (Bug#63437) X-Git-Tag: emacs-29.0.91~19 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ef1f4068f6f9d614324db88e6dcc1c2b67362bde;p=emacs.git ; * lisp/wid-edit.el (widget-specify-insert): Fix debug spec. (Bug#63437) --- diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el index 60bd2baa6fb..e51b184f874 100644 --- a/lisp/wid-edit.el +++ b/lisp/wid-edit.el @@ -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))