mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 19:29:37 +00:00
; * lisp/wid-edit.el (widget-specify-insert): Fix debug spec. (Bug#63437)
This commit is contained in:
parent
09bf476836
commit
ef1f4068f6
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue