From: Dave Love Date: Sun, 15 Oct 2000 17:18:02 +0000 (+0000) Subject: Require skeleton and comint when X-Git-Tag: emacs-pretest-21.0.90~867 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/d2d001277cf47453a76fb13917acfd38c34e90cb Require skeleton and comint when compiling. --- diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index fd225cd164..b0c1bd97af 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -208,6 +208,9 @@ ;; page 4: statement syntax-commands for various shells ;; page 5: various other commands +(eval-when-compile + (require 'skeleton) + (require 'comint)) (require 'executable)