aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2007-12-04 03:47:26 +0000
committerGlenn Morris <[email protected]>2007-12-04 03:47:26 +0000
commit88a25b1883c22350f5a0a8e3c5dd23cbe7fdf7d6 (patch)
treebb93f8259b4f357ebaa900fec50376ea88037797
parentcbfcb1d0f11b41723add0302748f2a468e67f957 (diff)
(top-level): Move provide to end.
-rw-r--r--lisp/emulation/cua-gmrk.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emulation/cua-gmrk.el b/lisp/emulation/cua-gmrk.el
index 6dc4d179d3..6211a3c315 100644
--- a/lisp/emulation/cua-gmrk.el
+++ b/lisp/emulation/cua-gmrk.el
@@ -27,8 +27,6 @@
;;; Code:
-(provide 'cua-gmrk)
-
(eval-when-compile
(require 'cua-base)
(require 'cua-rect)
@@ -386,5 +384,7 @@ With prefix argument, don't jump to global mark when cancelling it."
(setq cua--global-mark-initialized t))
+(provide 'cua-gmrk)
+
;;; arch-tag: 553d8076-a91d-48ae-825d-6cb962a5f67f
;;; cua-gmrk.el ends here