branch: externals/a68-mode commit 64609eeee0562c5bf28cef735f7b2540f374a78c Author: Omar Polo <o...@omarpolo.com> Commit: Omar Polo <o...@omarpolo.com>
typo --- algol-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algol-mode.el b/algol-mode.el index 5cf90db651..f08f8809a8 100644 --- a/algol-mode.el +++ b/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))