branch: externals/a68-mode
commit da808319ae9c979e929a9085ee1d2a5b879bb839
Author: Jose E. Marchesi <jose.march...@oracle.com>
Commit: Jose E. Marchesi <jose.march...@oracle.com>

    Fix indentation
---
 a68-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/a68-mode.el b/a68-mode.el
index a0b9ee4bc8..c6066536da 100644
--- a/a68-mode.el
+++ b/a68-mode.el
@@ -613,8 +613,8 @@ with the equivalent upcased form."
      ;; were detecting a SORT MODE enclosed-clause: := :=: :/=: = [
      ;; @ of from by to ) operator.
      (looking-back (regexp-opt '(":" "," ";" "begin" "if" "then" "elif"
-                                    "else" "case" "in" "ouse" "out"
-                                    "while" "do" "(" "|" "|:" "def" 
"postlude")))
+                                 "else" "case" "in" "ouse" "out"
+                                 "while" "do" "(" "|" "|:" "def" "postlude")))
      ;; tag denotation or mode indication
      (and (looking-back "[A-Z][A-Za-z_]+")
           ;; Given the context at hand, i.e. a bold word followed

Reply via email to