Skip to content

Commit

Permalink
hol-mode now strips \\ instead of //
Browse files Browse the repository at this point in the history
  • Loading branch information
myreen committed May 20, 2014
1 parent 3fde50a commit ca44649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/hol-mode.src
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ how long this took."
end" nil nil))

(defvar tactic-connective-regexp
"[[:space:]]*\\(THEN1\\|THENL\\|THEN\\|>>\\|>|\\|>-\\|//\\)[[:space:]]*[[(]?"
"[[:space:]]*\\(THEN1\\|THENL\\|THEN\\|>>\\|>|\\|>-\\|\\\\\\\\\\)[[:space:]]*[[(]?"
"Regular expression for strings used to put tactics together.")

(defun tactic-cleanup (string)
Expand Down

0 comments on commit ca44649

Please sign in to comment.