diff options
Diffstat (limited to 'lisp/progmodes/ebnf-abn.el')
-rw-r--r-- | lisp/progmodes/ebnf-abn.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/progmodes/ebnf-abn.el b/lisp/progmodes/ebnf-abn.el index a8741a30cf2..b45a47f8a3f 100644 --- a/lisp/progmodes/ebnf-abn.el +++ b/lisp/progmodes/ebnf-abn.el @@ -1,7 +1,6 @@ ;;; ebnf-abn.el --- parser for ABNF (Augmented BNF) -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 2001-2011 Free Software Foundation, Inc. ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> @@ -664,5 +663,4 @@ See documentation for variable `ebnf-abn-lex'." (provide 'ebnf-abn) -;; arch-tag: 8d1b3c4d-4226-4393-b9ae-b7ccf07cf779 ;;; ebnf-abn.el ends here |