branch: externals/a68-mode commit fd24d38e253cf4b59ad8cf35702659a0178cdb27 Author: Jose E. Marchesi <jose.march...@oracle.com> Commit: Jose E. Marchesi <jose.march...@oracle.com>
Remove add-hook to now nonexistent a68--after-change-function --- a68-mode.el | 1 - 1 file changed, 1 deletion(-) diff --git a/a68-mode.el b/a68-mode.el index f1821a2a2b..845c7c0398 100644 --- a/a68-mode.el +++ b/a68-mode.el @@ -542,7 +542,6 @@ :backward-token #'a68--smie-backward-token) (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 #'syntax-propertize-multiline 'append 'local) (setq-local comment-start a68-comment-style)