The Lambda Lab
/
projects
/
elpher.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2246273
)
Added edebug specification for a macro.
author
plugd
<plugd@thelambdalab.xyz>
Sun, 18 Jul 2021 17:50:54 +0000
(19:50 +0200)
committer
plugd
<plugd@thelambdalab.xyz>
Sun, 18 Jul 2021 17:50:54 +0000
(19:50 +0200)
elpher.el
patch
|
blob
|
history
diff --git
a/elpher.el
b/elpher.el
index
77ef234
..
4a001fd
100644
(file)
--- a/
elpher.el
+++ b/
elpher.el
@@
-516,6
+516,7
@@
unless NO-HISTORY is non-nil."
(defmacro elpher-with-clean-buffer (&rest args)
"Evaluate ARGS with a clean *elpher* buffer as current."
+ (declare (debug (body)))
(list 'with-current-buffer "*elpher*"
'(elpher-mode)
(append (list 'let '((inhibit-read-only t))