diff 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
line wrap: on
line diff
--- a/lisp/modes/sh-script.el	Mon Aug 13 08:50:31 2007 +0200
+++ b/lisp/modes/sh-script.el	Mon Aug 13 08:51:03 2007 +0200
@@ -49,6 +49,12 @@
 
 (require 'executable)
 
+(defvar sh-mode-hook nil
+  "*Hook run by `sh-mode'.")
+
+(defvar sh-set-shell-hook nil
+  "*Hook run by `sh-set-shell'.")
+
 (defvar sh-ancestor-alist
   '((ash . sh)
     (bash . jsh)