projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09bf476
)
; * lisp/wid-edit.el (widget-specify-insert): Fix debug spec. (Bug#63437)
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 11 May 2023 09:54:34 +0000
(12:54 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 11 May 2023 09:54:34 +0000
(12:54 +0300)
lisp/wid-edit.el
patch
|
blob
|
history
diff --git
a/lisp/wid-edit.el
b/lisp/wid-edit.el
index 60bd2baa6fb442e0f8b4720e3050d3667db3fc83..e51b184f874287316b42c13f29a9d6e43de949e0 100644
(file)
--- 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))