Mercurial > hg > xemacs-beta
diff lisp/tl/auto-autoloads.el @ 167:85ec50267440 r20-3b10
Import from CVS: tag r20-3b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:45:46 +0200 |
parents | |
children | 15872534500d |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lisp/tl/auto-autoloads.el Mon Aug 13 09:45:46 2007 +0200 @@ -0,0 +1,20 @@ +;;; DO NOT MODIFY THIS FILE +(if (not (featurep 'tl-autoloads)) + (progn + +(provide 'tl-autoloads) +)) + +;;;### (autoloads (view-charset) "char-table" "tl/char-table.el") + +(autoload 'view-charset "char-table" "\ +Display character table of CHARSET." t nil) + +;;;*** + +;;;### (autoloads (view-charset-by-menu) "chartblxmas" "tl/chartblxmas.el") + +(autoload 'view-charset-by-menu "chartblxmas" "\ +Display character table of CHARSET by pop-up menu." t nil) + +;;;***