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

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

[elpa] externals/hyperbole a19a1e1d27: Remove redundant indent property


From: ELPA Syncer
Subject: [elpa] externals/hyperbole a19a1e1d27: Remove redundant indent property (#352)
Date: Thu, 29 Jun 2023 18:58:04 -0400 (EDT)

branch: externals/hyperbole
commit a19a1e1d278a654aa7a7d27fdcbdd4b5ff01adba
Author: Mats Lidell <mats.lidell@lidells.se>
Commit: GitHub <noreply@github.com>

    Remove redundant indent property (#352)
---
 ChangeLog | 5 +++++
 hbut.el   | 4 +---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5420334362..40fc39e2b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-06-29  Mats Lidell  <matsl@gnu.org>
+
+* hbut.el (defib): Remove redundant indent property. Change by Stefan
+    Monnier.
+
 2023-06-25  Bob Weiner  <rsw@gnu.org>
 * hbut.el (ibut:to-name, ibut:at-p, ibut:to-text): Remove test call to
     'hbut:outside-comment-p' since ibuts don't have to be within programming
diff --git a/hbut.el b/hbut.el
index a5b737f6db..e7d4fd2f92 100644
--- a/hbut.el
+++ b/hbut.el
@@ -3,7 +3,7 @@
 ;; Author:       Bob Weiner
 ;;
 ;; Orig-Date:    18-Sep-91 at 02:57:09
-;; Last-Mod:     26-Jun-23 at 00:04:54 by Bob Weiner
+;; Last-Mod:     29-Jun-23 at 17:12:36 by Mats Lidell
 ;;
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;;
@@ -2702,8 +2702,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

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