Commit Diff


commit - b9f2f63410c767f1790f67690686c59430585cf6
commit + b4b2ad1b3de305c1ad2083eb4e973ad88372117a
blob - 32d3e757cb14457c53c9c165d8942dd23182d838
blob + b295ce1ccc97347ce297dec96472e1aa3fd90381
--- a68-mode.el
+++ a68-mode.el
@@ -190,10 +190,6 @@
     (modify-syntax-entry ?\) ")(" st)
     st))
 
-;;;
-;;; Electric functions
-;;;
-
 (defconst a68-autoindent-lines-re
   (rx word-start
       (or "BEGIN" "END" "ELSE" "ELIF" "DO" "OD" "CASE" "ESAC" "IN" "OUT")