]> git.eshelyaron.com Git - emacs.git/commitdiff
(top-level): Move provide statement to end.
authorGlenn Morris <rgm@gnu.org>
Sun, 2 Dec 2007 21:02:25 +0000 (21:02 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 2 Dec 2007 21:02:25 +0000 (21:02 +0000)
lisp/emulation/viper-init.el

index 1b1e07a0a0c1b31b0582ef1738534f8b1ed0ebef..666c22f961f1aa86dadb76935bffea1c5509fa19 100644 (file)
@@ -26,8 +26,6 @@
 
 ;;; Code:
 
-(provide 'viper-init)
-
 ;; compiler pacifier
 (defvar mark-even-if-inactive)
 (defvar quail-mode)
@@ -1025,6 +1023,9 @@ Should be set in `~/.viper' file."
     (setq cursor-type '(bar . 2))))
 
 
+(provide 'viper-init)
+
+
 ;; Local Variables:
 ;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun)
 ;; End: