annotate lisp/viper/auto-autoloads.el @ 172:a38aed19690b
Added tag r20-3b12 for changeset 929b76928fce
author |
cvs |
date |
Mon, 13 Aug 2007 09:47:55 +0200 |
parents |
15872534500d |
children |
2d532a89d707 |
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 ;;;***
|
169
|
13
|
|
14 (provide 'viper-autoloads)
|
|
15 ))
|