(top-level): Move (require 'tempo) to start to quieten byte-compiler.

This commit is contained in:
Glenn Morris 2007-04-10 04:02:45 +00:00
parent e8dc1f8c7c
commit 51fc848bd5
2 changed files with 6 additions and 2 deletions

View file

@ -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.

View file

@ -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.")