emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 5f7531f: Add a debug declaration to widget-specify-


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 5f7531f: Add a debug declaration to widget-specify-insert
Date: Sat, 14 Sep 2019 08:20:40 -0400 (EDT)

branch: master
commit 5f7531f9e9b1d3d645d64937a9d5df80fc5b1222
Author: Tobias Zawada <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Add a debug declaration to widget-specify-insert
    
    * lisp/wid-edit.el (widget-specify-insert): Add a debug
    declaration (bug#37368).
    
    Copyright-paperwork-exempt: yes
---
 lisp/wid-edit.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el
index 9bc7a07..7ed7b81 100644
--- a/lisp/wid-edit.el
+++ b/lisp/wid-edit.el
@@ -414,6 +414,7 @@ the :notify function can't know the new value.")
 
 (defmacro widget-specify-insert (&rest form)
   "Execute FORM without inheriting any text properties."
+   (declare (debug body))
   `(save-restriction
     (let ((inhibit-read-only t)
          (inhibit-modification-hooks t))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]