summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-09-24 17:41:19 +0000
committerGerd Moellmann <gerd@gnu.org>2001-09-24 17:41:19 +0000
commit68f38c8c9a9c3a95feb77dad1008727988f2096a (patch)
tree8a14aed63157d631c333626b9be96d908a4791dd
parent3911563ae9add2f1cd34361fd70e7302df221fe1 (diff)
downloademacs-68f38c8c9a9c3a95feb77dad1008727988f2096a.tar.gz
Eliminate make-local-hook calls. Doc fix.
(ebnf-version): New version (3.6.1).
-rw-r--r--lisp/progmodes/ebnf2ps.el14
1 files changed, 4 insertions, 10 deletions
diff --git a/lisp/progmodes/ebnf2ps.el b/lisp/progmodes/ebnf2ps.el
index f587099e355..27a6865468c 100644
--- a/lisp/progmodes/ebnf2ps.el
+++ b/lisp/progmodes/ebnf2ps.el
@@ -5,8 +5,8 @@
;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br>
;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br>
;; Keywords: wp, ebnf, PostScript
-;; Time-stamp: <2001/09/18 21:29:37 vinicius>
-;; Version: 3.6
+;; Time-stamp: <2001/09/24 10:31:13 vinicius>
+;; Version: 3.6.1
;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/
;; This file is part of GNU Emacs.
@@ -26,9 +26,8 @@
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
-(defconst ebnf-version "3.6"
- "ebnf2ps.el, v 3.6 <2001/09/18 vinicius>
-
+(defconst ebnf-version "3.6.1"
+ "ebnf2ps.el, v 3.6.1 <2001/09/24 vinicius>
Vinicius's last change version. When reporting bugs, please also
report the version of Emacs, if any, that ebnf2ps was running with.
@@ -2260,11 +2259,6 @@ It returns the old style symbol."
;; Internal variables
-(make-local-hook 'ebnf-hook)
-(make-local-hook 'ebnf-production-hook)
-(make-local-hook 'ebnf-page-hook)
-
-
(defvar ebnf-eps-buffer-name " *EPS*")
(defvar ebnf-parser-func nil)
(defvar ebnf-eps-executing nil)