annotate lisp/viper/auto-autoloads.el @ 164:4e0740e5aab2
Added tag r20-3b8 for changeset 0132846995bd
author |
cvs |
date |
Mon, 13 Aug 2007 09:43:39 +0200 |
parents |
0132846995bd |
children |
5a88923fcbfe |
rev |
line source |
163
|
1 ;;; DO NOT MODIFY THIS FILE
|
|
2 (if (not (featurep 'viper-autoloads))
|
|
3 (progn
|
|
4
|
|
5 ;;;### (autoloads (viper-mode) "viper" "viper/viper.el")
|
|
6
|
|
7 (defalias 'vip-mode 'viper-mode)
|
|
8
|
|
9 (autoload 'viper-mode "viper" "\
|
|
10 Turn on Viper emulation of Vi." t nil)
|
|
11
|
|
12 ;;;***
|
|
13
|
|
14 (provide 'viper-autoloads)
|
|
15 ))
|