summaryrefslogtreecommitdiffstatshomepage
path: root/nroam.el
diff options
context:
space:
mode:
Diffstat (limited to 'nroam.el')
-rw-r--r--nroam.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/nroam.el b/nroam.el
index c36c95c..5c1de09 100644
--- a/nroam.el
+++ b/nroam.el
@@ -48,7 +48,7 @@
"Evaluate BODY.
Make the region inserted by BODY read-only, and marked with
`nroam-start-marker' and `nroam-end-marker'."
- (declare (indent 0))
+ (declare (indent 0) (debug t))
`(let ((beg (point)))
(set-marker nroam-start-marker (point))
,@body