From 51fc848bd54b91f21af0e7125c447af101443bd9 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 10 Apr 2007 04:02:45 +0000 Subject: [PATCH] (top-level): Move (require 'tempo) to start to quieten byte-compiler. --- lisp/ChangeLog | 3 +++ lisp/progmodes/dcl-mode.el | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0186bea14e1..05d1cc98306 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -3,6 +3,9 @@ * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since it is obsolete and has no effect. + * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to + obsolete function make-local-hook. + * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to start to quieten byte-compiler. diff --git a/lisp/progmodes/dcl-mode.el b/lisp/progmodes/dcl-mode.el index 618de7a3345..bdec1bf9ef4 100644 --- a/lisp/progmodes/dcl-mode.el +++ b/lisp/progmodes/dcl-mode.el @@ -71,6 +71,9 @@ ;;; Code: +(require 'tempo) + + ;;; *** Customization ***************************************************** @@ -1935,8 +1938,6 @@ section at the end of the current buffer." ;; 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.") -- 2.39.5