From 88a25b1883c22350f5a0a8e3c5dd23cbe7fdf7d6 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 4 Dec 2007 03:47:26 +0000 Subject: (top-level): Move provide to end. --- lisp/emulation/cua-gmrk.el | 4 ++-- 1 file 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 -- cgit v1.2.3