changeset 87019:e460f7bcfb6d

(top-level): Move provide to end.
author Glenn Morris <rgm@gnu.org>
date Tue, 04 Dec 2007 03:47:26 +0000
parents 36d8fe7938ef
children 52abd10af81e
files lisp/emulation/cua-gmrk.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emulation/cua-gmrk.el	Tue Dec 04 03:46:45 2007 +0000
+++ b/lisp/emulation/cua-gmrk.el	Tue Dec 04 03:47:26 2007 +0000
@@ -27,8 +27,6 @@
 
 ;;; Code:
 
-(provide 'cua-gmrk)
-
 (eval-when-compile
   (require 'cua-base)
   (require 'cua-rect)
@@ -386,5 +384,7 @@
 
   (setq cua--global-mark-initialized t))
 
+(provide 'cua-gmrk)
+
 ;;; arch-tag: 553d8076-a91d-48ae-825d-6cb962a5f67f
 ;;; cua-gmrk.el ends here