emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] scratch/hyperbole 4f830e381d: hbut.el: Remove redundant `def-edeb


From: Stefan Monnier
Subject: [elpa] scratch/hyperbole 4f830e381d: hbut.el: Remove redundant `def-edebug-spec`s
Date: Wed, 28 Jun 2023 00:21:43 -0400 (EDT)

branch: scratch/hyperbole
commit 4f830e381d293f740d7a297b0096cc78a7d8a6a5
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]