From 7423978df5b5799702df88f321cb9c647cc18e1f Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 29 Nov 2000 16:49:08 +0000 Subject: [PATCH] (auto-mode-alist): Add an entry for antlr-mode. --- lisp/ChangeLog | 2 ++ lisp/files.el | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 555a6492147..b37dbe76122 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2000-11-29 Gerd Moellmann + * files.el (auto-mode-alist): Add an entry for antlr-mode. + * play/5x5.el: Remove version info. * toolbar/tool-bar.el (tool-bar-mode): Doc fix. diff --git a/lisp/files.el b/lisp/files.el index d721042ce2b..973f7bc9de0 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.) -- 2.39.5