; * lisp/wid-edit.el (widget-specify-insert): Fix debug spec. (Bug#63437)

This commit is contained in:
Eli Zaretskii 2023-05-11 12:54:34 +03:00
parent 09bf476836
commit ef1f4068f6

View 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))