branch: elpa/teco commit e6683ffafd5547502be58ec5d75068fd2a63ae12 Author: Mark T. Kennedy <m...@acm.org> Commit: Mark T. Kennedy <m...@acm.org>
some flycheck/lint corrections and an attempt at a flycheck badge in the markdown doc --- README.md | 2 ++ teco.el | 7 +++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index abe896e3fa..1ac0c2ea91 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ it available from the modern Emacs package system. - m...@acm.org +[](https://melpa.org/#/flycheck) + <https://en.wikipedia.org/wiki/TECO_(text_editor)> <https://emacswiki.org/emacs/TecoInterpreterInElisp>> diff --git a/teco.el b/teco.el index 38b97d90ba..557b571f0b 100644 --- a/teco.el +++ b/teco.el @@ -1,4 +1,4 @@ -;;; teco.el --- Teco interpreter for Gnu Emacs +;;; teco.el --- Teco interpreter ;; This program is free software: you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as @@ -42,7 +42,7 @@ ;; Keywords: convenience emulations files ;; URL: https://github.com/mtk/teco.git -;;; Commentary +;;; Commentary: ;; This code has been tested some, but no doubt contains a zillion bugs. ;; You have been warned. @@ -551,8 +551,7 @@ and does ("NFR" . "Numeric arg with FR") ("INT" . "Internal error") ("EFI" . "EOF read from std input") - ("IAA" . "Invalid A arg") - )) + ("IAA" . "Invalid A arg"))) (defconst teco:spec-chars [0 1 0 0 ; ^@ ^A ^B ^C