Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
26a7f02f
Commit
26a7f02f
authored
Dec 02, 2007
by
Glenn Morris
Browse files
(top-level): Move provide statement to end.
parent
694bc3c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lisp/emulation/viper-init.el
lisp/emulation/viper-init.el
+3
-2
No files found.
lisp/emulation/viper-init.el
View file @
26a7f02f
...
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment