changeset 17068:d1391b21626f

(sh-mode-hook, sh-set-shell-hook): Add defvars.
author Karl Heuer <kwzh@gnu.org>
date Sun, 23 Feb 1997 08:40:41 +0000
parents 15b18d794b75
children 0b2b8a0f7570
files lisp/progmodes/sh-script.el
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/sh-script.el	Sun Feb 23 08:01:00 1997 +0000
+++ b/lisp/progmodes/sh-script.el	Sun Feb 23 08:40:41 1997 +0000
@@ -47,6 +47,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)