1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(top-level): Move provide to end.

This commit is contained in:
Glenn Morris 2007-12-04 03:47:26 +00:00
parent cbfcb1d0f1
commit 88a25b1883

View file

@ -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