Skip to content

Commit a478423

Browse files
committed
* lisp/progmodes/peg.el (peg-syntax-classes): Typo (bug#72131)
1 parent 951fb93 commit a478423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/progmodes/peg.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ rulesets defined previously with `define-peg-ruleset'."
698698
(cl-defmethod peg--translate ((_ (eql guard)) exp) exp)
699699

700700
(defvar peg-syntax-classes
701-
'((whitespace ?-) (word ?w) (symbol ?s) (punctuation ?.)
701+
'((whitespace ?-) (word ?w) (symbol ?_) (punctuation ?.)
702702
(open ?\() (close ?\)) (string ?\") (escape ?\\) (charquote ?/)
703703
(math ?$) (prefix ?') (comment ?<) (endcomment ?>)
704704
(comment-fence ?!) (string-fence ?|)))

0 commit comments

Comments
 (0)