commit 64609eeee0562c5bf28cef735f7b2540f374a78c from: Omar Polo date: Sat Nov 06 22:36:48 2021 UTC typo commit - 6c0a5a766d311f35d366a4b1c209f60defc350cd commit + 64609eeee0562c5bf28cef735f7b2540f374a78c blob - 5cf90db651e02818856e87938d7d79ef87753372 blob + f08f8809a8832b9f3f7af71f16ee880dc6b2ac52 --- algol-mode.el +++ algol-mode.el @@ -210,7 +210,7 @@ (setq-local font-lock-defaults '(a68-font-lock-keywords)) (setq-local indent-line-function #'a68-indent-line) (setq-local comment-start "#") - (setq-local comment-stop "#")) + (setq-local comment-end "#")) ;;;###autoload (add-to-list 'auto-mode-alist '("\\.a68\\'" . a68-mode))