diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-09-09 19:32:41 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-09-09 19:32:41 +0000 |
commit | b921b596bc291fbb449c010c46df88eb05f436c4 (patch) | |
tree | 9cdf11ca253af2897e976e46cf52774af2cdddd1 /lisp | |
parent | 2686cdc0d05b4eaf663c804dacf05ccee43b9b26 (diff) | |
download | emacs-b921b596bc291fbb449c010c46df88eb05f436c4.tar.gz |
(auto-mode-alist): Use sh-mode for .bash files.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/files.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el index d720c858c0b..46264e0a526 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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) |