commit 1829181ebeeaabea2f84cb885775c05c0dd5268c from: Omar Polo date: Mon Nov 08 09:41:05 2021 UTC delete unused functions commit - 61b0b3831af8c08b51a76f348bfa7247603c8921 commit + 1829181ebeeaabea2f84cb885775c05c0dd5268c blob - d0eb239c8ac0030835144733d12bfe0619bac6df blob + 9ab19f72db464b45af6c1ca323ba749f174f1718 --- a68-mode.el +++ 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 '("+" "*" ";" ">" "<" ":=" "=")))