]> git.eshelyaron.com Git - emacs.git/commitdiff
(top-level): Move (require 'tempo) to start to quieten byte-compiler.
authorGlenn Morris <rgm@gnu.org>
Tue, 10 Apr 2007 04:02:45 +0000 (04:02 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 10 Apr 2007 04:02:45 +0000 (04:02 +0000)
lisp/ChangeLog
lisp/progmodes/dcl-mode.el

index 0186bea14e198b7764ccd2386df0e37630640bfa..05d1cc98306502e640405e7f36765c9889c35473 100644 (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.
 
index 618de7a3345018e35120d0d02f1fee41ac21262d..bdec1bf9ef4967cf3331973f347896e9bff1a131 100644 (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.")