comparison lisp/prim/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 8eaf7971accc
children 489f57a838ef
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 'prim-autoloads)) 2 (if (featurep 'prim-autoloads) (error "Already loaded"))
3 (progn
4 3
5 ;;;### (autoloads (about-xemacs) "about" "prim/about.el") 4 ;;;### (autoloads (about-xemacs) "about" "prim/about.el")
6 5
7 (autoload 'about-xemacs "about" "\ 6 (autoload 'about-xemacs "about" "\
8 Describe the True Editor and its minions." t nil) 7 Describe the True Editor and its minions." t nil)
527 The buffer in question is current when this function is called." nil nil) 526 The buffer in question is current when this function is called." nil nil)
528 527
529 ;;;*** 528 ;;;***
530 529
531 (provide 'prim-autoloads) 530 (provide 'prim-autoloads)
532 ))