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

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

[elpa] externals/hyperbole 9752451675 25/47: Keep lisp-indent-function


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 9752451675 25/47: Keep lisp-indent-function
Date: Sun, 25 Jun 2023 15:58:36 -0400 (EDT)

branch: externals/hyperbole
commit 975245167501a6dcdb8e766d107a0321976ff956
Author: Mats Lidell <mats.lidell@lidells.se>
Commit: Mats Lidell <mats.lidell@lidells.se>

    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

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