1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-03 20:24:29 +00:00

(top-level): Move provide statement to end.

This commit is contained in:
Glenn Morris 2007-12-02 21:02:25 +00:00
parent 694bc3c6e1
commit 26a7f02f94

View 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: