]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/cfengine.el
Backslash cleanup in Elisp source files
[gnu-emacs] / lisp / progmodes / cfengine.el
index 96bb8d3a1129b6f052428f3de67221af142419f3..78c8d94576b07085524ca971c19cb6d62209b0cf 100644 (file)
@@ -1005,12 +1005,12 @@ Intended as the value of `indent-line-function'."
                                   (point))))
       (let ((paragraph-start
             ;; Include start of parenthesized block.
-            "\f\\|[ \t]*$\\|.*\(")
+            "\f\\|[ \t]*$\\|.*(")
            (paragraph-separate
             ;; Include action and class lines, start and end of
             ;; bracketed blocks and end of parenthesized blocks to
             ;; avoid including these in fill.  This isn't ideal.
-            "[ \t\f]*$\\|.*#\\|.*[\){}]\\|\\s-*[[:alpha:]_().|!]+:")
+            "[ \t\f]*$\\|.*#\\|.*[){}]\\|\\s-*[[:alpha:]_().|!]+:")
            fill-paragraph-function)
        (fill-paragraph justify))
       t))