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: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d2d001277cf47453a76fb13917acfd38c34e90cb;p=emacs.git Require skeleton and comint when compiling. --- diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index fd225cd164a..b0c1bd97afc 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)