comparison lisp/progmodes/antlr-mode.el @ 38957:113b18d8a765

Add Keywords header. From Pavel Janik.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 26 Aug 2001 16:34:04 +0000
parents b174db545cfd
children c4946eb1e1e8
comparison
equal deleted inserted replaced
38956:6a3ea27cac3b 38957:113b18d8a765
1 ;;; antlr-mode.el --- major mode for ANTLR grammar files 1 ;;; antlr-mode.el --- major mode for ANTLR grammar files
2 2
3 ;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. 3 ;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
4 ;; 4 ;;
5 ;; Author: Christoph.Wedler@sap.com 5 ;; Author: Christoph.Wedler@sap.com
6 ;; Keywords: languages
6 ;; Version: 1.4 7 ;; Version: 1.4
7 ;; X-URL: http://www.fmi.uni-passau.de/~wedler/antlr-mode/ 8 ;; X-URL: http://www.fmi.uni-passau.de/~wedler/antlr-mode/
8 9
9 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
10 11