branch: externals/hyperbole
commit 0d1b7280833193c6bed2cb86cda967e508134823
Author: Bob Weiner <r...@gnu.org>
Commit: Bob Weiner <r...@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