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

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

[nongnu] elpa/geiser 4ab96cb80a 1/2: geiser-doc: untabbify and lexical b


From: ELPA Syncer
Subject: [nongnu] elpa/geiser 4ab96cb80a 1/2: geiser-doc: untabbify and lexical binding
Date: Thu, 20 Oct 2022 20:58:35 -0400 (EDT)

branch: elpa/geiser
commit 4ab96cb80ad1fce1297776bc0fc6dc5093a41bd5
Author: jao <jao@gnu.org>
Commit: jao <jao@gnu.org>

    geiser-doc: untabbify and lexical binding
---
 elisp/geiser-doc.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/elisp/geiser-doc.el b/elisp/geiser-doc.el
index 8aca591a23..8c70d5f118 100644
--- a/elisp/geiser-doc.el
+++ b/elisp/geiser-doc.el
@@ -1,4 +1,4 @@
-;;; geiser-doc.el -- accessing scheme-provided documentation
+;;; geiser-doc.el -- accessing scheme-provided documentation  -*- 
lexical-binding: t; -*-
 
 ;; Copyright (C) 2009-2016, 2021-2022 Jose Antonio Ortega Ruiz
 
@@ -195,9 +195,9 @@ help (e.g. browse an HTML page) implementing this method.")
   (let ((label (if manual "[manual]" "[source]"))
         (help (if manual "Look up in Scheme manual" "Go to definition")))
     (insert-text-button label
-                       :type 'geiser-doc--xbutton
-                       'help-echo help
-                       'x-kind (if manual 'manual 'source))))
+                        :type 'geiser-doc--xbutton
+                        'help-echo help
+                        'x-kind (if manual 'manual 'source))))
 
 (defun geiser-doc--insert-xbuttons (impl)
   (when (geiser-impl--method 'external-help impl)



reply via email to

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