aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/wid-edit.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el
index 9bc7a076eec..7ed7b81280b 100644
--- a/lisp/wid-edit.el
+++ b/lisp/wid-edit.el
@@ -414,6 +414,7 @@ the :notify function can't know the new value.")
414 414
415(defmacro widget-specify-insert (&rest form) 415(defmacro widget-specify-insert (&rest form)
416 "Execute FORM without inheriting any text properties." 416 "Execute FORM without inheriting any text properties."
417 (declare (debug body))
417 `(save-restriction 418 `(save-restriction
418 (let ((inhibit-read-only t) 419 (let ((inhibit-read-only t)
419 (inhibit-modification-hooks t)) 420 (inhibit-modification-hooks t))