Mercurial > emacs
comparison lisp/emulation/viper-init.el @ 86981:31417cdd2b64
(top-level): Move provide statement to end.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 02 Dec 2007 21:02:25 +0000 |
parents | 51aa47312c4b |
children | 36d8fe7938ef |
comparison
equal
deleted
inserted
replaced
86980:696a6b8decff | 86981:31417cdd2b64 |
---|---|
23 ;; Boston, MA 02110-1301, USA. | 23 ;; Boston, MA 02110-1301, USA. |
24 | 24 |
25 ;;; Commentary: | 25 ;;; Commentary: |
26 | 26 |
27 ;;; Code: | 27 ;;; Code: |
28 | |
29 (provide 'viper-init) | |
30 | 28 |
31 ;; compiler pacifier | 29 ;; compiler pacifier |
32 (defvar mark-even-if-inactive) | 30 (defvar mark-even-if-inactive) |
33 (defvar quail-mode) | 31 (defvar quail-mode) |
34 (defvar iso-accents-mode) | 32 (defvar iso-accents-mode) |
1023 (if (featurep 'xemacs) | 1021 (if (featurep 'xemacs) |
1024 (set (make-local-variable 'bar-cursor) 2) | 1022 (set (make-local-variable 'bar-cursor) 2) |
1025 (setq cursor-type '(bar . 2)))) | 1023 (setq cursor-type '(bar . 2)))) |
1026 | 1024 |
1027 | 1025 |
1026 (provide 'viper-init) | |
1027 | |
1028 | |
1028 ;; Local Variables: | 1029 ;; Local Variables: |
1029 ;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun) | 1030 ;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun) |
1030 ;; End: | 1031 ;; End: |
1031 | 1032 |
1032 ;; arch-tag: 4efa2416-1fcb-4690-be10-1a2a0248d250 | 1033 ;; arch-tag: 4efa2416-1fcb-4690-be10-1a2a0248d250 |