branch: externals/a68-mode
commit dc32b2419bb59272b797f0f103f495f438408243
Author: Omar Polo <o...@omarpolo.com>
Commit: Omar Polo <o...@omarpolo.com>

    kill double auto-mode-alist
---
 algol-mode.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/algol-mode.el b/algol-mode.el
index 826de014a8..b4637a7686 100644
--- a/algol-mode.el
+++ b/algol-mode.el
@@ -45,9 +45,6 @@
     map)
   "Keymap for Algol 68 major mode.")
 
-;;;###autoload
-(add-to-list 'auto-mode-alist '("\\.a68\\'" . a68-mode))
-
 (defconst a68-font-lock-keywords
   (list
    (cons (concat "\\<\\("

Reply via email to