comparison lisp/modes/sh-script.el @ 100:4be1180a9e89 r20-1b2

Import from CVS: tag r20-1b2
author cvs
date Mon, 13 Aug 2007 09:15:11 +0200
parents 0d2f883870bc
children cf808b4c4290
comparison
equal deleted inserted replaced
99:2d83cbd90d8d 100:4be1180a9e89
89 This alist applies to files whose first line starts with `#!'. 89 This alist applies to files whose first line starts with `#!'.
90 Each element looks like (INTERPRETER . MODE). 90 Each element looks like (INTERPRETER . MODE).
91 The car of each element is compared with 91 The car of each element is compared with
92 the name of the interpreter specified in the first line. 92 the name of the interpreter specified in the first line.
93 If it matches, mode MODE is selected.") 93 If it matches, mode MODE is selected.")
94
95 (defvar sh-mode-hook nil
96 "*Hook run by `sh-mode'.")
97
98 (defvar sh-set-shell-hook nil
99 "*Hook run by `sh-set-shell'.")
94 100
95 (defvar sh-ancestor-alist 101 (defvar sh-ancestor-alist
96 '((ash . sh) 102 '((ash . sh)
97 (bash . jsh) 103 (bash . jsh)
98 (dtksh . ksh) 104 (dtksh . ksh)