comparison lisp/prim/files.el @ 157:6b37e6ddd302 r20-3b5

Import from CVS: tag r20-3b5
author cvs
date Mon, 13 Aug 2007 09:40:41 +0200
parents 43dd3413c7c7
children 28f395d8dc7a
comparison
equal deleted inserted replaced
156:60baf0b43294 157:6b37e6ddd302
1114 ("\\.scm\\(\\.[0-9]*\\)?\\'" . scheme-mode) 1114 ("\\.scm\\(\\.[0-9]*\\)?\\'" . scheme-mode)
1115 ("\\.e\\'" . eiffel-mode) 1115 ("\\.e\\'" . eiffel-mode)
1116 ("\\.mss\\'" . scribe-mode) 1116 ("\\.mss\\'" . scribe-mode)
1117 ("\\.m\\([mes]\\|an\\)\\'" . nroff-mode) 1117 ("\\.m\\([mes]\\|an\\)\\'" . nroff-mode)
1118 ("\\.icn\\'" . icon-mode) 1118 ("\\.icn\\'" . icon-mode)
1119 ("\\.[ck]?sh\\'\\|\\.shar\\'\\|/\\.z?profile\\'" . sh-mode)
1120 ("/\\.\\(bash_profile\\|z?login\\|bash_login\\|z?logout\\)\\'" . sh-mode)
1121 ("/\\.\\(bash_logout\\|[kz]shrc\\|bashrc\\|t?cshrc\\|esrc\\)\\'" . sh-mode)
1122 ("/\\.\\([kz]shenv\\|xinitrc\\|startxrc\\|xsession\\)\\'" . sh-mode)
1119 ;;; The following should come after the ChangeLog pattern 1123 ;;; The following should come after the ChangeLog pattern
1120 ;;; for the sake of ChangeLog.1, etc. 1124 ;;; for the sake of ChangeLog.1, etc.
1121 ;;; and after the .scm.[0-9] pattern too. 1125 ;;; and after the .scm.[0-9] pattern too.
1122 ("\\.[12345678]\\'" . nroff-mode) 1126 ("\\.[12345678]\\'" . nroff-mode)
1123 ("\\.[tT]e[xX]\\'" . tex-mode) 1127 ("\\.[tT]e[xX]\\'" . tex-mode)