# HG changeset patch # User Glenn Morris # Date 1176177665 0 # Node ID 4ffc72fe780828976919ffae2511732768370f3f # Parent 2a948dc24e411f3a5d8e73258e471fb9779dc1c7 (top-level): Move (require 'tempo) to start to quieten byte-compiler. diff -r 2a948dc24e41 -r 4ffc72fe7808 lisp/progmodes/dcl-mode.el --- a/lisp/progmodes/dcl-mode.el Tue Apr 10 04:00:49 2007 +0000 +++ b/lisp/progmodes/dcl-mode.el Tue Apr 10 04:01:05 2007 +0000 @@ -71,6 +71,9 @@ ;;; Code: +(require 'tempo) + + ;;; *** Customization ***************************************************** @@ -1935,8 +1938,6 @@ ;; standard Emacs. I would have liked something closer to the functionality ;; of LSE templates... - -(require 'tempo) (defvar dcl-tempo-tags nil "Tempo tags for DCL mode.")