diff lisp/progmodes/dcl-mode.el @ 77101:4ffc72fe7808

(top-level): Move (require 'tempo) to start to quieten byte-compiler.
author Glenn Morris <rgm@gnu.org>
date Tue, 10 Apr 2007 04:01:05 +0000
parents e3694f1cb928
children c1ec1c8a8d2e 4ef881a120fe
line wrap: on
line diff
--- 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.")