summaryrefslogtreecommitdiff
path: root/chess-auto.el
blob: 81ec22c83e9b859e430db250ca203577f534fea7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
;;; -*-emacs-lisp-*-

(defun generate-autoloads ()
  (interactive)
  (require 'autoload)
  (setq generated-autoload-file (car command-line-args-left))
  (setq command-line-args-left (cdr command-line-args-left))
  (batch-update-autoloads))

;;; Generated autoloads follow (made by autoload.el).

;;;### (autoloads (chess-crafty) "chess-crafty" "engines/chess-crafty.el"
;;;;;;  (15163 40201))
;;; Generated autoloads from engines/chess-crafty.el

(autoload (quote chess-crafty) "chess-crafty" nil nil nil)

;;;***

;;;### (autoloads (chess-gnuchess) "chess-gnuchess" "engines/chess-gnuchess.el"
;;;;;;  (15163 40201))
;;; Generated autoloads from engines/chess-gnuchess.el

(autoload (quote chess-gnuchess) "chess-gnuchess" nil nil nil)

;;;***

;;;### (autoloads (chess-highlight) "chess-highlight" "tools/chess-highlight.el"
;;;;;;  (15160 56560))
;;; Generated autoloads from tools/chess-highlight.el

(autoload (quote chess-highlight) "chess-highlight" "\
This is the module constructor, call with a chess BOARD object.
This function returns an initialized module closure, which is a
function object that maintains the state associated with this call.
It may be called with command symbols in order to influence the
behavior of this module.  One symbol which must be accepted is
`shutdown'." nil nil)

;;;***

;;;### (autoloads (chess-ics1) "chess-ics1" "displays/chess-ics1.el"
;;;;;;  (15482 53911))
;;; Generated autoloads from displays/chess-ics1.el

(autoload (quote chess-ics1) "chess-ics1" "\
Handle any commands being sent to this instance of this module." nil nil)

;;;***

;;;### (autoloads (chess-images) "chess-images" "displays/chess-images.el"
;;;;;;  (15482 53911))
;;; Generated autoloads from displays/chess-images.el

(autoload (quote chess-images) "chess-images" "\
This display module presents a standard chessboard using images." nil nil)

;;;***

;;;### (autoloads (chess-module) "chess-module" "misc/chess-module.el"
;;;;;;  (15484 30636))
;;; Generated autoloads from misc/chess-module.el

(autoload (quote chess-module) "chess-module" "\
This is the module constructor, call with a chess GAME object.
This function returns an initialized module closure, which is a
function object that maintains the state associated with this call.
It may be called with command symbols in order to influence the
behavior of this module.  One symbol which must be accepted is
`shutdown'." nil nil)

;;;***

;;;### (autoloads (chess-phalanx) "chess-phalanx" "engines/chess-phalanx.el"
;;;;;;  (15163 40201))
;;; Generated autoloads from engines/chess-phalanx.el

(autoload (quote chess-phalanx) "chess-phalanx" nil nil nil)

;;;***

;;;### (autoloads (chess-plain) "chess-plain" "displays/chess-plain.el"
;;;;;;  (15482 53911))
;;; Generated autoloads from displays/chess-plain.el

(autoload (quote chess-plain) "chess-plain" "\
Handle any commands being sent to this instance of this module." nil nil)

;;;***

;;;### (autoloads (chess-module) "chess-speak" "displays/chess-speak.el"
;;;;;;  (15478 2520))
;;; Generated autoloads from displays/chess-speak.el

(autoload (quote chess-module) "chess-speak" "\
This is the module constructor, call with a chess BOARD object.
This function returns an initialized module closure, which is a
function object that maintains the state associated with this call.
It may be called with command symbols in order to influence the
behavior of this module.  One symbol which must be accepted is
`shutdown'." nil nil)

;;;***

;;;### (autoloads (chess-standard) "chess-standard" "core/chess-standard.el"
;;;;;;  (15484 32658))
;;; Generated autoloads from core/chess-standard.el

(autoload (quote chess-standard) "chess-standard" nil nil nil)

;;;***

;;;### (autoloads (chess) "chess" "chess.el" (15486 56060))
;;; Generated autoloads from chess.el

(autoload (quote chess) "chess" "\
Start a game of chess." t nil)

;;;***