branch: externals/a68-mode commit 16bb79908e6f7bb51fc0deb405823813c46263c4 Author: Omar Polo <o...@omarpolo.com> Commit: Omar Polo <o...@omarpolo.com>
kill unused lexical variable --- a68-mode.el | 1 - 1 file changed, 1 deletion(-) diff --git a/a68-mode.el b/a68-mode.el index e9458e1049..16295bcc36 100644 --- a/a68-mode.el +++ b/a68-mode.el @@ -144,7 +144,6 @@ (looking-at "^[ \t]*\\<\\(KEEP\\|FINISH\\|DECS\\|USE\\|PROGRAM\\)\\>")) (indent-line-to 0) (let ((not-indented t) - (prev-indent (current-indentation)) (begin-indent-re "^[ \t]*\\<\\(PAR\\|BEGIN\\|KEEP\\|IF\\|DO\\|ELSE\\|ELIF\\|THEN\\)") (deindent-line-re "^[ \t]*\\<\\(END\\|FI\\|OD\\|ELSE\\|ELIF\\)\\>") (eqindent-line-re "^[ \t]*\\<\\(THEN\\)\\>")