annotate lisp/mule/auto-autoloads.el @ 369:1d62742628b6 r21-1-14

Import from CVS: tag r21-1-14
author cvs
date Mon, 13 Aug 2007 11:01:51 +0200
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
369
1d62742628b6 Import from CVS: tag r21-1-14
cvs
parents:
diff changeset
1 ;;; DO NOT MODIFY THIS FILE
1d62742628b6 Import from CVS: tag r21-1-14
cvs
parents:
diff changeset
2 (if (featurep 'mule-autoloads) (error "Already loaded"))
1d62742628b6 Import from CVS: tag r21-1-14
cvs
parents:
diff changeset
3
1d62742628b6 Import from CVS: tag r21-1-14
cvs
parents:
diff changeset
4 ;;;### (autoloads (ccl-execute-with-args define-ccl-program declare-ccl-program ccl-dump ccl-compile ccl-program-p) "mule-ccl" "mule/mule-ccl.el")
1d62742628b6 Import from CVS: tag r21-1-14
cvs
parents:
diff changeset
5
1d62742628b6 Import from CVS: tag r21-1-14
cvs
parents:
diff changeset
6 (autoload 'ccl-program-p "mule-ccl" "\
1d62742628b6 Import from CVS: tag r21-1-14
cvs
parents:
diff changeset
7 T if OBJECT is a valid CCL compiled code." nil nil)
1d62742628b6 Import from CVS: tag r21-1-14
cvs
parents:
diff changeset
8
1d62742628b6 Import from CVS: tag r21-1-14
cvs
parents:
diff changeset
9 (autoload 'ccl-compile "mule-ccl" "\
1d62742628b6 Import from CVS: tag r21-1-14
cvs
parents:
diff changeset
10 Return a compiled code of CCL-PROGRAM as a vector of integer." nil nil)
1d62742628b6 Import from CVS: tag r21-1-14
cvs
parents:
diff changeset
11
1d62742628b6 Import from CVS: tag r21-1-14
cvs
parents:
diff changeset
12 (autoload 'ccl-dump "mule-ccl" "\
1d62742628b6 Import from CVS: tag r21-1-14
cvs
parents:
diff changeset
13 Disassemble compiled CCL-CODE." nil nil)
1d62742628b6 Import from CVS: tag r21-1-14
cvs
parents:
diff changeset
14
1d62742628b6 Import from CVS: tag r21-1-14
cvs
parents:
diff changeset
15 (autoload 'declare-ccl-program "mule-ccl" "\
1d62742628b6 Import from CVS: tag r21-1-14
cvs
parents:
diff changeset
16 Declare NAME as a name of CCL program.
1d62742628b6 Import from CVS: tag r21-1-14
cvs
parents:
diff changeset
17
1d62742628b6 Import from CVS: tag r21-1-14
cvs
parents:
diff changeset
18 To compile a CCL program which calls another CCL program not yet
1d62742628b6 Import from CVS: tag r21-1-14
cvs
parents:
diff changeset
19 defined, it must be declared as a CCL program in advance." nil 'macro)
1d62742628b6 Import from CVS: tag r21-1-14
cvs
parents:
diff changeset
20
1d62742628b6 Import from CVS: tag r21-1-14
cvs
parents:
diff changeset
21 (autoload 'define-ccl-program "mule-ccl" "\
1d62742628b6 Import from CVS: tag r21-1-14
cvs
parents:
diff changeset
22 Set NAME the compiled code of CCL-PROGRAM.
1d62742628b6 Import from CVS: tag r21-1-14
cvs
parents:
diff changeset
23 CCL-PROGRAM is `eval'ed before being handed to the CCL compiler `ccl-compile'.
1d62742628b6 Import from CVS: tag r21-1-14
cvs
parents:
diff changeset
24 The compiled code is a vector of integers." nil 'macro)
1d62742628b6 Import from CVS: tag r21-1-14
cvs
parents:
diff changeset
25
1d62742628b6 Import from CVS: tag r21-1-14
cvs
parents:
diff changeset
26 (autoload 'ccl-execute-with-args "mule-ccl" "\
1d62742628b6 Import from CVS: tag r21-1-14
cvs
parents:
diff changeset
27 Execute CCL-PROGRAM with registers initialized by the remaining args.
1d62742628b6 Import from CVS: tag r21-1-14
cvs
parents:
diff changeset
28 The return value is a vector of resulting CCL registeres." nil nil)
1d62742628b6 Import from CVS: tag r21-1-14
cvs
parents:
diff changeset
29
1d62742628b6 Import from CVS: tag r21-1-14
cvs
parents:
diff changeset
30 ;;;***
1d62742628b6 Import from CVS: tag r21-1-14
cvs
parents:
diff changeset
31
1d62742628b6 Import from CVS: tag r21-1-14
cvs
parents:
diff changeset
32 (provide 'mule-autoloads)