in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
+2001-07-25 Gerd Moellmann <gerd@gnu.org>
+
+ * files.el (auto-mode-alist): Use nroff-mode for files ending
+ in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
+
2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
* avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
;; The following should come after the ChangeLog pattern
;; for the sake of ChangeLog.1, etc.
;; and after the .scm.[0-9] and CVS' <file>.<rev> 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).