# HG changeset patch # User Dan Nicolaescu # Date 901325991 0 # Node ID 7bff93a6b3e14f6e246ea8ec747483cfceb281c4 # Parent 435144eea4f4afd5f9669eb5c003c67429727656 *** empty log message *** diff -r 435144eea4f4 -r 7bff93a6b3e1 lisp/files.el --- a/lisp/files.el Fri Jul 24 20:13:08 1998 +0000 +++ b/lisp/files.el Sat Jul 25 00:19:51 1998 +0000 @@ -1178,10 +1178,6 @@ ("\\.tex\\'" . tex-mode) ("\\.ltx\\'" . latex-mode) ("\\.el\\'" . emacs-lisp-mode) - ("\\.mm\\'" . nroff-mode) - ("\\.me\\'" . nroff-mode) - ("\\.ms\\'" . nroff-mode) - ("\\.man\\'" . nroff-mode) ("\\.scm\\'" . scheme-mode) ("\\.l\\'" . lisp-mode) ("\\.lisp\\'" . lisp-mode) @@ -1228,6 +1224,10 @@ ("\\(/\\|\\`)\\.\\(bash_profile\\|z?login\\|bash_login\\|z?logout\\)\\'" . sh-mode) ("\\(/\\|\\`)\\.\\(bash_logout\\|[kz]shrc\\|bashrc\\|t?cshrc\\|esrc\\)\\'" . sh-mode) ("\\(/\\|\\`)\\.\\([kz]shenv\\|xinitrc\\|startxrc\\|xsession\\)\\'" . sh-mode) + ("\\.mm\\'" . nroff-mode) + ("\\.me\\'" . nroff-mode) + ("\\.ms\\'" . nroff-mode) + ("\\.man\\'" . nroff-mode) ;;; The following should come after the ChangeLog pattern ;;; for the sake of ChangeLog.1, etc. ;;; and after the .scm.[0-9] pattern too.