branch: externals/a68-mode commit 1829181ebeeaabea2f84cb885775c05c0dd5268c Author: Omar Polo <o...@omarpolo.com> Commit: Omar Polo <o...@omarpolo.com>
delete unused functions --- a68-mode.el | 8 -------- 1 file changed, 8 deletions(-) diff --git a/a68-mode.el b/a68-mode.el index d0eb239c8a..9ab19f72db 100644 --- a/a68-mode.el +++ b/a68-mode.el @@ -103,14 +103,6 @@ 'font-lock-variable-name-face)) "Highlighting expressions for Algol 68 mode.") -(defsubst a68-within-string () - "Check if inside a string." - (nth 3 (syntax-ppss))) - -(defsubst a68-within-comment () - "Check if inside a comment." - (nth 4 (syntax-ppss))) - (defvar a68--keywords-regexp (regexp-opt '("+" "*" ";" ">" "<" ":=" "=")))