diff lisp/emulation/vi.el @ 18383:11218164bc54

Add provide call.
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 Jun 1997 18:57:55 +0000
parents 2265b685be6a
children 853c3674f20a
line wrap: on
line diff
--- a/lisp/emulation/vi.el	Sun Jun 22 18:47:05 1997 +0000
+++ b/lisp/emulation/vi.el	Sun Jun 22 18:57:55 1997 +0000
@@ -1483,4 +1483,6 @@
 			(if flag (forward-char 1))))) arg)
     t))
 
+(provide 'vi)
+
 ;;; vi.el ends here