]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/perl-mode.el
Backslash cleanup in Elisp source files
[gnu-emacs] / lisp / progmodes / perl-mode.el
index 3521a13980996a24cea22deb8840efca9d6d74a5..55d69bfddff44d844ce01f1270adf7249c64c15f 100644 (file)
@@ -932,7 +932,7 @@ Returns (parse-state) if line starts inside a string."
            (if (save-excursion (goto-char indent-point)
                                (looking-at
                                 (if perl-indent-parens-as-block
-                                    "[ \t]*[{(\[]" "[ \t]*{")))
+                                    "[ \t]*[{([]" "[ \t]*{")))
                perl-continued-brace-offset 0)))
        (t
         ;; This line starts a new statement.