summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2023-06-28 00:21:30 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2023-06-28 00:21:30 -0400
commit4f830e381d293f740d7a297b0096cc78a7d8a6a5 (patch)
treea49fe6f31b8e7c93979da954770d91dad71bed35
parenta823391b89e50da43dcbe9bfcb4135c9fd7d26b6 (diff)
hbut.el: Remove redundant `def-edebug-spec`sscratch/hyperbole
* hbut.el (defib): Remove redundant `def-edebug-spec`. (lambda-list): Remove definition that comes with `edebug.el`.
-rw-r--r--hbut.el9
1 files changed, 0 insertions, 9 deletions
diff --git a/hbut.el b/hbut.el
index 3e5f1c2..048ca25 100644
--- a/hbut.el
+++ b/hbut.el
@@ -2699,15 +2699,6 @@ type for ibtype is presently undefined."
'(to-p ,to-func style ,style))))))
;; Support edebug-defun for interactive debugging of ibtypes
-(def-edebug-spec defib
- (&define name lambda-list
- [&optional stringp] ; Match the doc string, if present.
- def-body))
-
-(def-edebug-spec lambda-list
- (([&rest arg]
- [&optional ["&optional" arg &rest arg]]
- &optional ["&rest" arg])))
(defalias 'ibtype:create #'defib)