changeset 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 2a948dc24e41
children b46d7e89bc7b
files lisp/progmodes/dcl-mode.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
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.")