Skip to content
Snippets Groups Projects
Commit 183e9469 authored by Niels Möller's avatar Niels Möller
Browse files

*** empty log message ***

Rev: src/sexp_chars.in:1.4
parent 4aa052f2
Branches
Tags
No related merge requests found
...@@ -21,5 +21,5 @@ ...@@ -21,5 +21,5 @@
(punctuation . "-./_:*+=") (punctuation . "-./_:*+=")
(token_start . (alpha punctuation)) (token_start . (alpha punctuation))
(token . (token_start digit)) (token . (token_start digit))
;; Non-ascii characters defined by most iso-8859-1 character sets ;; Non-ascii characters defined by most iso-8859-x character sets
(international . (#xa0 . #xff))) (international . (#xa0 . #xff)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment