commit ad8c4716df49f966c64a6e7dd0db29c03c42275b from: Omar Polo date: Sun Nov 07 15:31:40 2021 UTC revert the CO ... CO comment style that's not the way to do it commit - 41ec22731c4b08b1b14fd8636f46e4532eb90c55 commit + ad8c4716df49f966c64a6e7dd0db29c03c42275b blob - a482455085e7a416a97b4c0ec30e60ff4e4f1368 blob + 76581ed3fce5e4806360d4e48a5e0a1037be55ba --- a68-mode.el +++ a68-mode.el @@ -181,8 +181,6 @@ (modify-syntax-entry ?# "<" st) (modify-syntax-entry ?# ">" st) (modify-syntax-entry ?\\ "." st) - (modify-syntax-entry ?C "< 13" st) - (modify-syntax-entry ?O "> 24" st) ;; define parentheses to match (modify-syntax-entry ?\( "()" st) (modify-syntax-entry ?\) ")(" st)