branch: externals/a68-mode commit 6c5ab75422e36989043a11d63a59a4821e483d65 Author: Omar Polo <o...@omarpolo.com> Commit: Omar Polo <o...@omarpolo.com>
ensure lexical-bindings are enabled --- a68-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a68-mode.el b/a68-mode.el index 76581ed3fc..9ddd2e3f8a 100644 --- a/a68-mode.el +++ b/a68-mode.el @@ -1,4 +1,4 @@ -;;; a68-mode.el --- Major mode for editing Algol 68 code +;;; a68-mode.el --- Major mode for editing Algol 68 code -*- lexical-binding: t; -*- ;; Copyright (C) 2011 Jose E. Marchesi ;; Copyright (C) 2021 Omar Polo <o...@omarpolo.com>