branch: scratch/hyperbole commit 4f830e381d293f740d7a297b0096cc78a7d8a6a5 Author: Stefan Monnier <monn...@iro.umontreal.ca> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
hbut.el: Remove redundant `def-edebug-spec`s * hbut.el (defib): Remove redundant `def-edebug-spec`. (lambda-list): Remove definition that comes with `edebug.el`. --- hbut.el | 9 --------- 1 file changed, 9 deletions(-) diff --git a/hbut.el b/hbut.el index 3e5f1c242f..048ca25b93 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)