diff lisp/progmodes/ebnf-yac.el @ 90768:4ef338cf4478

New version
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Fri, 16 Feb 2007 13:39:34 +0000
parents 95d0cdf160ea
children f55f9811f5d7
line wrap: on
line diff
--- a/lisp/progmodes/ebnf-yac.el	Fri Feb 16 10:27:37 2007 +0000
+++ b/lisp/progmodes/ebnf-yac.el	Fri Feb 16 13:39:34 2007 +0000
@@ -6,7 +6,7 @@
 ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
 ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br>
 ;; Keywords: wp, ebnf, PostScript
-;; Version: 1.3
+;; Version: 1.4
 
 ;; This file is part of GNU Emacs.
 
@@ -459,6 +459,12 @@
    ;; close EPS file
    ((and ebnf-eps-executing (= (following-char) ?\]))
     (ebnf-eps-remove-context (ebnf-yac-eps-filename)))
+   ;; EPS header
+   ((and ebnf-eps-executing (= (following-char) ?H))
+    (ebnf-eps-header-comment (ebnf-yac-eps-filename)))
+   ;; EPS footer
+   ((and ebnf-eps-executing (= (following-char) ?F))
+    (ebnf-eps-footer-comment (ebnf-yac-eps-filename)))
    ;; any other action in comment
    (t
     (setq ebnf-action (aref ebnf-comment-table (following-char))))