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

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

[nongnu] elpa/lua-mode c13235f 008/468: fixed indention


From: Philip Kaludercic
Subject: [nongnu] elpa/lua-mode c13235f 008/468: fixed indention
Date: Thu, 5 Aug 2021 04:57:58 -0400 (EDT)

branch: elpa/lua-mode
commit c13235f0a070a7d5a8300fa61b5625f758b12e70
Author: juergen <juergen>
Commit: juergen <juergen>

    fixed indention
---
 lua-mode.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lua-mode.el b/lua-mode.el
index 1179fd2..c2fee93 100755
--- a/lua-mode.el
+++ b/lua-mode.el
@@ -28,7 +28,7 @@
 ;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 ;; MA 02110-1301, USA.
 
-(defconst lua-version "$Revision: 1.7 $"
+(defconst lua-version "$Revision: 1.8 $"
   "Lua Mode version number.")
 
 ;; Keywords: languages, processes, tools
@@ -979,8 +979,7 @@ If `lua-process' is nil or dead, start a new process first."
        (current-prompt nil)
        (lua-stdin-line-offset (count-lines (point-min) start))
        (lua-stdin-buffer (current-buffer))
-       current-prompt 
-       )
+       current-prompt )
     (write-region start end tempfile)
     (or (and lua-process
             (comint-check-proc lua-process-buffer))
@@ -1019,6 +1018,7 @@ t, otherwise return nil.  BUF must exist."
              line (string-to-int (match-string 2)))))
     (when (and lua-jump-on-traceback line)
       (beep)
+      ;; TODO: highlight
       (lua-jump-to-traceback file line lua-stdin-line-offset)
       (setq err-p t))
     err-p))



reply via email to

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