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

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

[elpa] externals/sql-indent ba2a690 06/13: also fix sqlind-end-statement


From: Alex Harsanyi
Subject: [elpa] externals/sql-indent ba2a690 06/13: also fix sqlind-end-statement-regexp
Date: Thu, 20 Jun 2019 05:25:45 -0400 (EDT)

branch: externals/sql-indent
commit ba2a69076c77d7a81e3c3b8f816686ac9624d37b
Author: Alex Harsanyi <address@hidden>
Commit: Alex Harsanyi <address@hidden>

    also fix sqlind-end-statement-regexp
---
 sql-indent.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sql-indent.el b/sql-indent.el
index ddc8aa2..03310d6 100644
--- a/sql-indent.el
+++ b/sql-indent.el
@@ -385,7 +385,7 @@ But don't go before LIMIT."
 ;;;;; Find the syntax and beginning of the current block
 
 (defconst sqlind-end-statement-regexp
-  "\\_<end\\_>\\(?:[ \t\n\r\t]*\\)\\(if\\_>\\|loop\\_>\\|case\\_>\\)?\\(?:[ 
\t\n\r\f]*\\)\\([a-z0-9_]+\\)?"
+  "\\_<end\\_>\\(?:[ \t\n\r\f]*\\)\\(if\\_>\\|loop\\_>\\|case\\_>\\)?\\(?:[ 
\t\n\r\f]*\\)\\([a-z0-9_]+\\)?"
   "Match an end of statement.
 Matches a string like \"end if|loop|case MAYBE-LABEL\".")
 



reply via email to

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