branch: externals/a68-mode commit 4841505896bf1041470f3e7d6b0f45654b2ffd0c Author: Omar Polo <o...@omarpolo.com> Commit: Omar Polo <o...@omarpolo.com>
fix naming after rename --- a68-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/a68-mode.el b/a68-mode.el index bbec57761e..75f564ce4d 100644 --- a/a68-mode.el +++ b/a68-mode.el @@ -222,5 +222,5 @@ ;;;###autoload (add-to-list 'auto-mode-alist '("\\.a68\\'" . a68-mode)) -(provide 'algol-mode) -;;; algol-mode.el ends here +(provide 'a68-mode) +;;; a68-mode.el ends here