From d2d001277cf47453a76fb13917acfd38c34e90cb Mon Sep 17 00:00:00 2001 From: Dave Love Date: Sun, 15 Oct 2000 17:18:02 +0000 Subject: [PATCH] Require skeleton and comint when compiling. --- lisp/progmodes/sh-script.el | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.39.2