summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-09-19 08:54:10 +0000
committerGerd Moellmann <gerd@gnu.org>2001-09-19 08:54:10 +0000
commit0b5ecd6d02d5bcb0731c8fac4c02c8f2c52d6962 (patch)
tree083fabadcb2617edacf9049c1a0d9887436d7657 /lisp
parent881aa09cb5756384b8bc8bf40883a754849f17e5 (diff)
downloademacs-0b5ecd6d02d5bcb0731c8fac4c02c8f2c52d6962.tar.gz
Replace "Prologue" by "Prolog" in PostScript
programming. Doc fix. (ebnf-version): New version (3.6). (ebnf-eps-begin): Data fix. (ebnf-begin-file): Code fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/ebnf2ps.el22
1 files changed, 11 insertions, 11 deletions
diff --git a/lisp/progmodes/ebnf2ps.el b/lisp/progmodes/ebnf2ps.el
index 0ee3bda26f8..f587099e355 100644
--- a/lisp/progmodes/ebnf2ps.el
+++ b/lisp/progmodes/ebnf2ps.el
@@ -2,12 +2,12 @@
;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
-;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br>
+;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br>
;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br>
-;; Keywords: wp, ebnf, PostScript
-;; Time-stamp: <2001-07-15 01:05:00 pavel>
-;; Version: 3.5
-;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/Emacs.html
+;; Keywords: wp, ebnf, PostScript
+;; Time-stamp: <2001/09/18 21:29:37 vinicius>
+;; Version: 3.6
+;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/
;; This file is part of GNU Emacs.
@@ -26,8 +26,8 @@
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
-(defconst ebnf-version "3.5"
- "ebnf2ps.el, v 3.5 <2001/02/02 vinicius>
+(defconst ebnf-version "3.6"
+ "ebnf2ps.el, v 3.6 <2001/09/18 vinicius>
Vinicius's last change version. When reporting bugs, please also
@@ -223,7 +223,7 @@ Please send all bug fixes and enhancements to
;; | "{" body [ "||" body ] "}" ;; zero-or-more
;; .
;;
-;; non_terminal = "[A-Za-z\\240-\\377][!#%&'*-,0-:<>@-Z\\^-z~\\240-\\377]*".
+;; non_terminal = "[!#%&'*-,0-:<>@-Z\\\\^-z~\\240-\\377]+".
;;
;; terminal = "\\([^\"\\]\\|\\\\[ -~\\240-\\377]\\)+".
;;
@@ -3555,7 +3555,7 @@ end
/#ebnf2ps#end{showpage #ebnf2ps#save restore end}def
-%%EndPrologue
+%%EndProlog
"
"EBNF EPS begin")
@@ -4364,7 +4364,7 @@ end
(insert " & ebnf2ps v" ebnf-version)
;; insert ebnf settings & engine
(goto-char (point-max))
- (search-backward "\n%%EndPrologue\n")
+ (search-backward "\n%%EndProlog\n")
(ebnf-insert-ebnf-prologue)
(ps-output "\n")))))
@@ -4400,7 +4400,7 @@ end
ebnf-except-font
ebnf-repeat-font)))
"\n%%+ font ")))
- "\n%%Pages: 0\n%%EndComments\n\n%%BeginPrologue\n"
+ "\n%%Pages: 0\n%%EndComments\n\n%%BeginProlog\n"
ebnf-eps-prologue)
(ebnf-insert-ebnf-prologue)
(insert ebnf-eps-begin