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:
30fb51c
)
Replaced eval-with-clean-buffer debug declaration.
author
plugd
<plugd@thelambdalab.xyz>
Wed, 28 Jul 2021 19:26:08 +0000
(21:26 +0200)
committer
plugd
<plugd@thelambdalab.xyz>
Wed, 28 Jul 2021 19:26:08 +0000
(21:26 +0200)
elpher.el
patch
|
blob
|
history
diff --git
a/elpher.el
b/elpher.el
index
2b24bcf
..
76aa992
100644
(file)
--- a/
elpher.el
+++ b/
elpher.el
@@
-587,6
+587,7
@@
previously-visited pages,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))) ;; Allow edebug to step through body
`(with-current-buffer elpher-buffer-name
(unless (eq major-mode 'elpher-mode)
;; avoid resetting buffer-local variables