branch: externals/hyperbole
commit 975245167501a6dcdb8e766d107a0321976ff956
Author: Mats Lidell <[email protected]>
Commit: Mats Lidell <[email protected]>

    Keep lisp-indent-function
    
    https://github.com/rswgnu/hyperbole/pull/343#discussion_r1237895878
---
 hbut.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hbut.el b/hbut.el
index 048dc73ca0..4cfe5e546c 100644
--- a/hbut.el
+++ b/hbut.el
@@ -2696,6 +2696,8 @@ 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