diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/progmodes/sh-script.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 6ba2856938f..7e0e0e32bfb 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -47,6 +47,12 @@ | |||
| 47 | 47 | ||
| 48 | (require 'executable) | 48 | (require 'executable) |
| 49 | 49 | ||
| 50 | (defvar sh-mode-hook nil | ||
| 51 | "*Hook run by `sh-mode'.") | ||
| 52 | |||
| 53 | (defvar sh-set-shell-hook nil | ||
| 54 | "*Hook run by `sh-set-shell'.") | ||
| 55 | |||
| 50 | (defvar sh-ancestor-alist | 56 | (defvar sh-ancestor-alist |
| 51 | '((ash . sh) | 57 | '((ash . sh) |
| 52 | (bash . jsh) | 58 | (bash . jsh) |