comparison lisp/progmodes/ebnf2ps.el @ 90228:fa0da9b57058

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-82 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 542-553) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 116-121) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Mon, 19 Sep 2005 10:20:33 +0000
parents f9a65d7ebd29 6dbba0bd58df
children aa89c814f853
comparison
equal deleted inserted replaced
90227:10fe5fadaf89 90228:fa0da9b57058
3 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 3 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
4 ;; Free Software Foundation, Inc. 4 ;; Free Software Foundation, Inc.
5 5
6 ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> 6 ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
7 ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> 7 ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br>
8 ;; Time-stamp: <2004/11/19 22:30:34 vinicius> 8 ;; Time-stamp: <2005-09-18 07:27:20 deego>
9 ;; Keywords: wp, ebnf, PostScript 9 ;; Keywords: wp, ebnf, PostScript
10 ;; Version: 4.2 10 ;; Version: 4.2
11 ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/ 11 ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/
12 12
13 ;; This file is part of GNU Emacs. 13 ;; This file is part of GNU Emacs.
4672 ;; error occurred 4672 ;; error occurred
4673 (error-msg 4673 (error-msg
4674 (goto-char the-point) 4674 (goto-char the-point)
4675 (if ebnf-stop-on-error 4675 (if ebnf-stop-on-error
4676 (error error-msg) 4676 (error error-msg)
4677 (message error-msg))) 4677 (message "%s" error-msg)))
4678 ;; generated output OK 4678 ;; generated output OK
4679 (gen-func 4679 (gen-func
4680 nil) 4680 nil)
4681 ;; syntax checked OK 4681 ;; syntax checked OK
4682 (t 4682 (t