Mercurial > emacs
changeset 32503:3470d692f2e0
Require skeleton and comint when
compiling.
author | Dave Love <fx@gnu.org> |
---|---|
date | Sun, 15 Oct 2000 17:18:02 +0000 |
parents | de05ca05f4ff |
children | 651afe016895 |
files | lisp/progmodes/sh-script.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/sh-script.el Sun Oct 15 17:13:58 2000 +0000 +++ b/lisp/progmodes/sh-script.el Sun Oct 15 17:18:02 2000 +0000 @@ -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)