From 7423978df5b5799702df88f321cb9c647cc18e1f Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 29 Nov 2000 16:49:08 +0000 Subject: (auto-mode-alist): Add an entry for antlr-mode. --- lisp/files.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp/files.el') diff --git a/lisp/files.el b/lisp/files.el index d721042ce2..973f7bc9de 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1458,7 +1458,8 @@ in that case, this function acts as if `enable-local-variables' were t." ;;; The following should come after the ChangeLog pattern ;;; for the sake of ChangeLog.1, etc. ;;; and after the .scm.[0-9] and CVS' . patterns too. - ("\\.[12345678]\\'" . nroff-mode))) + ("\\.[12345678]\\'" . nroff-mode) + ("\\.g\\'" . antlr-mode))) "Alist of filename patterns vs corresponding major mode functions. Each element looks like (REGEXP . FUNCTION) or (REGEXP FUNCTION NON-NIL). \(NON-NIL stands for anything that is not nil; the value does not matter.) -- cgit v1.2.3