branch: scratch/hyperbole
commit c40109f9b670edc876f9484d6a648d95431592ce
Author: Stefan Monnier <monn...@iro.umontreal.ca>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    * hbut.el (defib): Remove redundant indent property
---
 hbut.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/hbut.el b/hbut.el
index af6af8316a..3e5f1c242f 100644
--- a/hbut.el
+++ b/hbut.el
@@ -2698,8 +2698,6 @@ type for ibtype is presently undefined."
              (htype:create ,type ibtypes ,doc nil ,at-func
                            '(to-p ,to-func style ,style))))))
 
-(put      'defib 'lisp-indent-function 'defun)
-
 ;; Support edebug-defun for interactive debugging of ibtypes
 (def-edebug-spec defib
  (&define name lambda-list

Reply via email to