comparison lisp/progmodes/ebnf2ps.el @ 39421:ee17ab90f511

Eliminate make-local-hook calls. Doc fix. (ebnf-version): New version (3.6.1).
author Gerd Moellmann <gerd@gnu.org>
date Mon, 24 Sep 2001 17:41:19 +0000
parents 73061d0eb82e
children 265858431838
comparison
equal deleted inserted replaced
39420:70c14eddff5b 39421:ee17ab90f511
3 ;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. 3 ;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
4 4
5 ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> 5 ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br>
6 ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> 6 ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br>
7 ;; Keywords: wp, ebnf, PostScript 7 ;; Keywords: wp, ebnf, PostScript
8 ;; Time-stamp: <2001/09/18 21:29:37 vinicius> 8 ;; Time-stamp: <2001/09/24 10:31:13 vinicius>
9 ;; Version: 3.6 9 ;; Version: 3.6.1
10 ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/ 10 ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/
11 11
12 ;; This file is part of GNU Emacs. 12 ;; This file is part of GNU Emacs.
13 13
14 ;; GNU Emacs is free software; you can redistribute it and/or modify 14 ;; GNU Emacs is free software; you can redistribute it and/or modify
24 ;; You should have received a copy of the GNU General Public License 24 ;; You should have received a copy of the GNU General Public License
25 ;; along with GNU Emacs; see the file COPYING. If not, write to the 25 ;; along with GNU Emacs; see the file COPYING. If not, write to the
26 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 26 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
27 ;; Boston, MA 02111-1307, USA. 27 ;; Boston, MA 02111-1307, USA.
28 28
29 (defconst ebnf-version "3.6" 29 (defconst ebnf-version "3.6.1"
30 "ebnf2ps.el, v 3.6 <2001/09/18 vinicius> 30 "ebnf2ps.el, v 3.6.1 <2001/09/24 vinicius>
31
32 31
33 Vinicius's last change version. When reporting bugs, please also 32 Vinicius's last change version. When reporting bugs, please also
34 report the version of Emacs, if any, that ebnf2ps was running with. 33 report the version of Emacs, if any, that ebnf2ps was running with.
35 34
36 Please send all bug fixes and enhancements to 35 Please send all bug fixes and enhancements to
2256 (nreverse style))) 2255 (nreverse style)))
2257 2256
2258 2257
2259 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 2258 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2260 ;; Internal variables 2259 ;; Internal variables
2261
2262
2263 (make-local-hook 'ebnf-hook)
2264 (make-local-hook 'ebnf-production-hook)
2265 (make-local-hook 'ebnf-page-hook)
2266 2260
2267 2261
2268 (defvar ebnf-eps-buffer-name " *EPS*") 2262 (defvar ebnf-eps-buffer-name " *EPS*")
2269 (defvar ebnf-parser-func nil) 2263 (defvar ebnf-parser-func nil)
2270 (defvar ebnf-eps-executing nil) 2264 (defvar ebnf-eps-executing nil)