diff options
author | Glenn Morris <rgm@gnu.org> | 2007-12-02 21:02:25 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-12-02 21:02:25 +0000 |
commit | 26a7f02f94a92588589c2b48ee1eb8daff9da9d5 (patch) | |
tree | 27ebe23750a48493b574df0d031443ce37ab6177 /lisp/emulation/viper-init.el | |
parent | 694bc3c6e119d0d69ab43304d5fa885a869a77be (diff) | |
download | emacs-26a7f02f94a92588589c2b48ee1eb8daff9da9d5.tar.gz |
(top-level): Move provide statement to end.
Diffstat (limited to 'lisp/emulation/viper-init.el')
-rw-r--r-- | lisp/emulation/viper-init.el | 5 |
1 files changed, 3 insertions, 2 deletions
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: |