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

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

[elpa] externals/hyperbole 0d1b728 1/2: hbut.el - Align function def ind


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 0d1b728 1/2: hbut.el - Align function def indentation
Date: Sun, 22 Aug 2021 14:57:09 -0400 (EDT)

branch: externals/hyperbole
commit 0d1b7280833193c6bed2cb86cda967e508134823
Author: Bob Weiner <rsw@gnu.org>
Commit: Bob Weiner <rsw@gnu.org>

    hbut.el - Align function def indentation
---
 hbut.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hbut.el b/hbut.el
index 7d9fae5..563e896 100644
--- a/hbut.el
+++ b/hbut.el
@@ -410,7 +410,7 @@ button is found in the current buffer."
        "(ebut:operate): Operation failed.  Check button attribute permissions: 
%s"
        hattr:filename))))
 
-(defun ebut:program (label actype &rest args)
+(defun    ebut:program (label actype &rest args)
   "Programmatically create an explicit Hyperbole button at point from LABEL, 
ACTYPE (action type), and optional actype ARGS.
 Insert LABEL text at point surrounded by <( )> delimiters, adding any
 necessary instance number of the button after the LABEL.  ACTYPE may
@@ -644,7 +644,7 @@ Return nil if no matching button is found."
   "Return list of global button labels."
   (mapcar 'hbut:key-to-label (gbut:key-list)))
 
-(defun gbut:ebut-program (label actype &rest args)
+(defun    gbut:ebut-program (label actype &rest args)
   "Programmatically create a global explicit Hyperbole button at point from 
LABEL, ACTYPE (action type), and optional actype ARGS.
 Insert LABEL text at the end of the personal/global button file
 surrounded by <( )> delimiters, adding any necessary instance



reply via email to

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