Skip to content

Commit

Permalink
(wisent-python-lex-string): Fix typo for string regex.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Ludlam committed Aug 30, 2012
1 parent 1d42b9c commit c5b038e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/cedet/semantic/wisent/python.el
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ continuation of current line."

(define-lex-regex-analyzer wisent-python-lex-string
"Detect and create python string tokens."
wisent-python-string-start-rev
wisent-python-string-start-re
(semantic-lex-push-token
(semantic-lex-token
'STRING_LITERAL
Expand Down

0 comments on commit c5b038e

Please sign in to comment.