branch: externals/bnf-mode commit e898672a3f6d3516e8ee80e48def3151d85bed13 Author: Serghei Iakovlev <serg...@phalconphp.com> Commit: Serghei Iakovlev <serg...@phalconphp.com>
Removed no longer needed local variables --- bnf-mode.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bnf-mode.el b/bnf-mode.el index 8b24758..9fb3247 100644 --- a/bnf-mode.el +++ b/bnf-mode.el @@ -279,9 +279,4 @@ Will be used only if `bnf-mode-algol-comments-style' is set to t") (add-to-list 'auto-mode-alist '("\\.bnf\\'" . bnf-mode)) (provide 'bnf-mode) - -;; Local Variables: -;; firestarter: ert-run-tests-interactively -;; End: - ;;; bnf-mode.el ends here