diff options
| -rw-r--r-- | lisp/progmodes/sh-script.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index c8a4f184c48..ce1e53b2fb4 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -47,7 +47,7 @@ | |||
| 47 | ;; - that have a suffix .sh or .shar (shell archive) | 47 | ;; - that have a suffix .sh or .shar (shell archive) |
| 48 | ;; - that contain resources for the various shells | 48 | ;; - that contain resources for the various shells |
| 49 | ;; - startup files for X11 | 49 | ;; - startup files for X11 |
| 50 | (cons '("\\.sh$\\|\\.shar$\\|/\\.\\(profile\\|bash_profile\\|login\\|bash_login\\|logout\\|bash_logout\\|bashrc\\|t?cshrc\\|xinitrc\\|startxrc\\|xsession\\)$" . sh-mode) | 50 | (cons '("\\.sh\\'\\|\\.shar\\'\\|/\\.\\(profile\\|bash_profile\\|login\\|bash_login\\|logout\\|bash_logout\\|bashrc\\|t?cshrc\\|xinitrc\\|startxrc\\|xsession\\)\\'" . sh-mode) |
| 51 | auto-mode-alist))) | 51 | auto-mode-alist))) |
| 52 | 52 | ||
| 53 | 53 | ||