summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)