Mercurial > hg > xemacs-beta
comparison lisp/emulators/auto-autoloads.el @ 183:e121b013d1f0 r20-3b18
Import from CVS: tag r20-3b18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:54:23 +0200 |
parents | 0132846995bd |
children |
comparison
equal
deleted
inserted
replaced
182:f07455f06202 | 183:e121b013d1f0 |
---|---|
1 ;;; DO NOT MODIFY THIS FILE | 1 ;;; DO NOT MODIFY THIS FILE |
2 (if (not (featurep 'emulators-autoloads)) | 2 (if (featurep 'emulators-autoloads) (error "Already loaded")) |
3 (progn | |
4 | 3 |
5 ;;;### (autoloads (edt-emulation-on) "edt" "emulators/edt.el") | 4 ;;;### (autoloads (edt-emulation-on) "edt" "emulators/edt.el") |
6 | 5 |
7 (autoload 'edt-emulation-on "edt" "\ | 6 (autoload 'edt-emulation-on "edt" "\ |
8 Turn on EDT Emulation." t nil) | 7 Turn on EDT Emulation." t nil) |
149 " t nil) | 148 " t nil) |
150 | 149 |
151 ;;;*** | 150 ;;;*** |
152 | 151 |
153 (provide 'emulators-autoloads) | 152 (provide 'emulators-autoloads) |
154 )) |