branch: externals/a68-mode commit ad8c4716df49f966c64a6e7dd0db29c03c42275b Author: Omar Polo <o...@omarpolo.com> Commit: Omar Polo <o...@omarpolo.com>
revert the CO ... CO comment style that's not the way to do it --- a68-mode.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/a68-mode.el b/a68-mode.el index a482455085..76581ed3fc 100644 --- a/a68-mode.el +++ b/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)