(auto-mode-alist): Use sh-mode for .bash files.
authorRichard M. Stallman <rms@gnu.org>
Mon, 9 Sep 2002 19:32:41 +0000 (19:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 9 Sep 2002 19:32:41 +0000 (19:32 +0000)
lisp/files.el

index d720c85..46264e0 100644 (file)
@@ -1530,6 +1530,7 @@ in that case, this function acts as if `enable-local-variables' were t."
      ("\\$CHANGE_LOG\\$\\.TXT" . change-log-mode)
      ("\\.scm\\.[0-9]*\\'" . scheme-mode)
      ("\\.[ck]?sh\\'\\|\\.shar\\'\\|/\\.z?profile\\'" . sh-mode)
+     ("\\.bash\\'" . sh-mode)
      ("\\(/\\|\\`\\)\\.\\(bash_profile\\|z?login\\|bash_login\\|z?logout\\)\\'" . sh-mode)
      ("\\(/\\|\\`\\)\\.\\(bash_logout\\|shrc\\|[kz]shrc\\|bashrc\\|t?cshrc\\|esrc\\)\\'" . sh-mode)
      ("\\(/\\|\\`\\)\\.\\([kz]shenv\\|xinitrc\\|startxrc\\|xsession\\)\\'" . sh-mode)