Mercurial > hg > xemacs-beta
comparison lisp/comint/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 | e45d5e7c476e |
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 'comint-autoloads)) | 2 (if (featurep 'comint-autoloads) (error "Already loaded")) |
3 (progn | |
4 | 3 |
5 ;;;### (autoloads (background) "background" "comint/background.el") | 4 ;;;### (autoloads (background) "background" "comint/background.el") |
6 | 5 |
7 (autoload 'background "background" "\ | 6 (autoload 'background "background" "\ |
8 Run COMMAND in the background like csh. | 7 Run COMMAND in the background like csh. |
246 See also `\\[telnet]'." t nil) | 245 See also `\\[telnet]'." t nil) |
247 | 246 |
248 ;;;*** | 247 ;;;*** |
249 | 248 |
250 (provide 'comint-autoloads) | 249 (provide 'comint-autoloads) |
251 )) |