comparison lisp/modes/sh-script.el @ 24:4103f0995bd7 r19-15b95

Import from CVS: tag r19-15b95
author cvs
date Mon, 13 Aug 2007 08:51:03 +0200
parents ac2d302a0011
children 441bb1e64a06
comparison
equal deleted inserted replaced
23:0edd3412f124 24:4103f0995bd7
46 ;; page 2: mode-command and utility functions 46 ;; page 2: mode-command and utility functions
47 ;; page 3: statement syntax-commands for various shells 47 ;; page 3: statement syntax-commands for various shells
48 ;; page 4: various other commands 48 ;; page 4: various other commands
49 49
50 (require 'executable) 50 (require 'executable)
51
52 (defvar sh-mode-hook nil
53 "*Hook run by `sh-mode'.")
54
55 (defvar sh-set-shell-hook nil
56 "*Hook run by `sh-set-shell'.")
51 57
52 (defvar sh-ancestor-alist 58 (defvar sh-ancestor-alist
53 '((ash . sh) 59 '((ash . sh)
54 (bash . jsh) 60 (bash . jsh)
55 (dtksh . ksh) 61 (dtksh . ksh)