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

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

[elpa] externals/phps-mode b45f811: Removed trailing zero


From: Christian Johansson
Subject: [elpa] externals/phps-mode b45f811: Removed trailing zero
Date: Thu, 7 Nov 2019 01:02:20 -0500 (EST)

branch: externals/phps-mode
commit b45f811a7de57c935f9e2aae4b7ff1b4e8bcdd79
Author: Christian Johansson <address@hidden>
Commit: Christian Johansson <address@hidden>

    Removed trailing zero
---
 phps-mode-analyzer.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/phps-mode-analyzer.el b/phps-mode-analyzer.el
index 380c8bb..7675368 100644
--- a/phps-mode-analyzer.el
+++ b/phps-mode-analyzer.el
@@ -503,7 +503,7 @@
         (phps-mode-lexer-re2c-rule
          (and ST_IN_SCRIPTING (looking-at "try"))
          (lambda()
-           (phps-mode-lexer-RETURN_TOKEN 'T_TRY (match-beginning 0) (match-end 
0))))0 ;FIXME: What is this `0'?
+           (phps-mode-lexer-RETURN_TOKEN 'T_TRY (match-beginning 0) (match-end 
0))))
 
         (phps-mode-lexer-re2c-rule
          (and ST_IN_SCRIPTING (looking-at "catch"))



reply via email to

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