1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 19:31:02 -08:00

*** empty log message ***

This commit is contained in:
Eric S. Raymond 1992-05-30 22:12:04 +00:00
parent c88ab9ce4a
commit 6594deb0dc
40 changed files with 145 additions and 50 deletions

View file

@ -1,4 +1,5 @@
;; Syntax checker for Mim (MDL).
;;; mim-syntax.el --- syntax checker for Mim (MDL).
;; Copyright (C) 1985 Free Software Foundation, Inc.
;; Principal author K. Shane Hartman
@ -87,5 +88,4 @@ Answers correct or incorrect, cannot point out the error context."
(message "Syntax correct")
(error "Syntax incorrect")))))
;;; mim-syntax.el ends here