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

    remove (now) wrong comment
---
 a68-mode.el | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/a68-mode.el b/a68-mode.el
index 32d3e757cb..b295ce1ccc 100644
--- a/a68-mode.el
+++ b/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")

Reply via email to