From: Dan Nicolaescu Date: Sat, 25 Jul 1998 00:19:51 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-20.3~270 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=823a266d9a44c2bd72898ca8faaf17ec6109fd0a;p=emacs.git *** empty log message *** --- diff --git a/lisp/files.el b/lisp/files.el index fb989b917aa..fd5a3bf8875 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1178,10 +1178,6 @@ run `normal-mode' explicitly." ("\\.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 @@ run `normal-mode' explicitly." ("\\(/\\|\\`)\\.\\(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.