From b2e5264a862ddf4a1832530d7e385934e4d55e50 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 25 Jul 2001 09:47:41 +0000 Subject: (auto-mode-alist): Use nroff-mode for files ending in `.9'. From Assar Westerlund . --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/files.el') diff --git a/lisp/files.el b/lisp/files.el index 977da75e4a9..9964f708100 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1468,7 +1468,7 @@ 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) + ("\\.[1-9]\\'" . 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). -- cgit v1.2.1