commit 327071682bedb3a10970194cccef3e714bdd3a93 from: Omar Polo date: Mon Nov 08 22:40:53 2021 UTC temporarly disable the # ... # comment it clashes with the shebang, the initial #! should be excluded... Dunno how thought. commit - 6170a32c97888925bd5d638b604b37100ad42567 commit + 327071682bedb3a10970194cccef3e714bdd3a93 blob - 62a813a595bf00e34d417fb1f156b03cad4a556a blob + 536627289abd400db677fb2c9afcaec22f4dcafa --- a68-mode.el +++ a68-mode.el @@ -215,11 +215,12 @@ (group bow "CO" eow)) (1 "<") (3 ">")) - ((rx (group "#") - (group (*? anychar)) - (group "#")) - (1 "<") - (3 ">"))))) + ;; ((rx (group "#") + ;; (group (*? anychar)) + ;; (group "#")) + ;; (1 "<") + ;; (3 ">")) + ))) ;;;###autoload (add-to-list 'auto-mode-alist '("\\.a68\\'" . a68-mode))