comparison 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
comparison
equal deleted inserted replaced
166:7a77eb660975 167:85ec50267440
1 ;;; DO NOT MODIFY THIS FILE
2 (if (not (featurep 'tl-autoloads))
3 (progn
4
5 (provide 'tl-autoloads)
6 ))
7
8 ;;;### (autoloads (view-charset) "char-table" "tl/char-table.el")
9
10 (autoload 'view-charset "char-table" "\
11 Display character table of CHARSET." t nil)
12
13 ;;;***
14
15 ;;;### (autoloads (view-charset-by-menu) "chartblxmas" "tl/chartblxmas.el")
16
17 (autoload 'view-charset-by-menu "chartblxmas" "\
18 Display character table of CHARSET by pop-up menu." t nil)
19
20 ;;;***