comparison lisp/=mim-syntax.el @ 659:505130d1ddf8

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 22:12:04 +0000
parents 63b375f17a65
children 4f28bd14272c
comparison
equal deleted inserted replaced
658:7cbd4fcd8b0f 659:505130d1ddf8
1 ;; Syntax checker for Mim (MDL). 1 ;;; mim-syntax.el --- syntax checker for Mim (MDL).
2
2 ;; Copyright (C) 1985 Free Software Foundation, Inc. 3 ;; Copyright (C) 1985 Free Software Foundation, Inc.
3 ;; Principal author K. Shane Hartman 4 ;; Principal author K. Shane Hartman
4 5
5 ;; This file is part of GNU Emacs. 6 ;; This file is part of GNU Emacs.
6 7
85 0))) 86 0)))
86 (if (equal (car state) 0) 87 (if (equal (car state) 0)
87 (message "Syntax correct") 88 (message "Syntax correct")
88 (error "Syntax incorrect"))))) 89 (error "Syntax incorrect")))))
89 90
90 91 ;;; mim-syntax.el ends here
91