diff options
| author | Ken Raeburn | 2017-07-31 01:13:53 -0400 |
|---|---|---|
| committer | Ken Raeburn | 2017-07-31 01:13:53 -0400 |
| commit | 13f3370400031e2ac1c9be0932f411370fc6984e (patch) | |
| tree | 06f349b2b0f1cda9e36f7c4390d9d2d9bf49303c /lisp/progmodes/sh-script.el | |
| parent | cd0966b33c1fe975520e85e0e7af82c09e4754dc (diff) | |
| parent | dcfcaf40d577808d640016c886d4fae7280a7fd5 (diff) | |
| download | emacs-13f3370400031e2ac1c9be0932f411370fc6984e.tar.gz emacs-13f3370400031e2ac1c9be0932f411370fc6984e.zip | |
; Merge from branch 'master'scratch/raeburn-startup
Diffstat (limited to 'lisp/progmodes/sh-script.el')
| -rw-r--r-- | lisp/progmodes/sh-script.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 35b555e6879..23e79f6ac59 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -1683,6 +1683,7 @@ with your script for an edit-interpret-debug cycle." | |||
| 1683 | ((string-match "[.]sh\\>" buffer-file-name) "sh") | 1683 | ((string-match "[.]sh\\>" buffer-file-name) "sh") |
| 1684 | ((string-match "[.]bash\\>" buffer-file-name) "bash") | 1684 | ((string-match "[.]bash\\>" buffer-file-name) "bash") |
| 1685 | ((string-match "[.]ksh\\>" buffer-file-name) "ksh") | 1685 | ((string-match "[.]ksh\\>" buffer-file-name) "ksh") |
| 1686 | ((string-match "[.]mkshrc\\>" buffer-file-name) "mksh") | ||
| 1686 | ((string-match "[.]t?csh\\(rc\\)?\\>" buffer-file-name) "csh") | 1687 | ((string-match "[.]t?csh\\(rc\\)?\\>" buffer-file-name) "csh") |
| 1687 | ((string-match "[.]zsh\\(rc\\|env\\)?\\>" buffer-file-name) "zsh") | 1688 | ((string-match "[.]zsh\\(rc\\|env\\)?\\>" buffer-file-name) "zsh") |
| 1688 | ((equal (file-name-nondirectory buffer-file-name) ".profile") "sh") | 1689 | ((equal (file-name-nondirectory buffer-file-name) ".profile") "sh") |