From: Glenn Morris Date: Sun, 2 Dec 2007 21:02:25 +0000 (+0000) Subject: (top-level): Move provide statement to end. X-Git-Tag: emacs-pretest-23.0.90~9141 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=26a7f02f94a92588589c2b48ee1eb8daff9da9d5;p=emacs.git (top-level): Move provide statement to end. --- diff --git a/lisp/emulation/viper-init.el b/lisp/emulation/viper-init.el index 1b1e07a0a0c..666c22f961f 100644 --- a/lisp/emulation/viper-init.el +++ b/lisp/emulation/viper-init.el @@ -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: