diff 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
line wrap: on
line diff
--- a/lisp/modes/sh-script.el	Mon Aug 13 09:13:58 2007 +0200
+++ b/lisp/modes/sh-script.el	Mon Aug 13 09:15:11 2007 +0200
@@ -92,6 +92,12 @@
 the name of the interpreter specified in the first line.
 If it matches, mode MODE is selected.")
 
+(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)