comparison lisp/emulation/cua-gmrk.el @ 87019:e460f7bcfb6d

(top-level): Move provide to end.
author Glenn Morris <rgm@gnu.org>
date Tue, 04 Dec 2007 03:47:26 +0000
parents ac0efac52065
children 107ccd98fa12 53108e6cea98
comparison
equal deleted inserted replaced
87018:36d8fe7938ef 87019:e460f7bcfb6d
24 ;; Boston, MA 02110-1301, USA. 24 ;; Boston, MA 02110-1301, USA.
25 25
26 ;;; Commentary: 26 ;;; Commentary:
27 27
28 ;;; Code: 28 ;;; Code:
29
30 (provide 'cua-gmrk)
31 29
32 (eval-when-compile 30 (eval-when-compile
33 (require 'cua-base) 31 (require 'cua-base)
34 (require 'cua-rect) 32 (require 'cua-rect)
35 ) 33 )
384 382
385 (define-key cua--global-mark-keymap "\t" 'cua-indent-to-global-mark-column) 383 (define-key cua--global-mark-keymap "\t" 'cua-indent-to-global-mark-column)
386 384
387 (setq cua--global-mark-initialized t)) 385 (setq cua--global-mark-initialized t))
388 386
387 (provide 'cua-gmrk)
388
389 ;;; arch-tag: 553d8076-a91d-48ae-825d-6cb962a5f67f 389 ;;; arch-tag: 553d8076-a91d-48ae-825d-6cb962a5f67f
390 ;;; cua-gmrk.el ends here 390 ;;; cua-gmrk.el ends here