branch: externals/a68-mode
commit 39664b8f3fb64f7398e7c0636d0fc9898201e928
Author: Jose E. Marchesi <jose.march...@oracle.com>
Commit: Jose E. Marchesi <jose.march...@oracle.com>

    Remove spurious comment
---
 a68-mode.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/a68-mode.el b/a68-mode.el
index 257073e506..2537bfe6d4 100644
--- a/a68-mode.el
+++ b/a68-mode.el
@@ -526,8 +526,6 @@
     (setq-local beginning-of-defun-function #'a68-beginning-of-defun-upper)
     (setq-local syntax-propertize-function 
#'a68-syntax-propertize-function-upper))
   (add-hook 'after-change-functions #'a68--after-change-function nil t)
-;  (add-hook 'syntax-propertize-extend-region-functions
-;            #'a68--syntax-propertize-wholebuffer 'append 'local)
   (add-hook 'syntax-propertize-extend-region-functions
             #'syntax-propertize-multiline 'append 'local)
   (setq-local comment-start a68-comment-style)

Reply via email to