(top-level): Move (require 'tempo) to start to quieten byte-compiler.
This commit is contained in:
parent
e8dc1f8c7c
commit
51fc848bd5
2 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue