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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
(** @canonical Ecaml.Abbrev *)
module Abbrev = Ecaml__Abbrev
(** @canonical Ecaml.Advice *)
module Advice = Ecaml__Advice
(** @canonical Ecaml.Ansi_color *)
module Ansi_color = Ecaml__Ansi_color
(** @canonical Ecaml.Async_ecaml *)
module Async_ecaml = Ecaml__Async_ecaml
(** @canonical Ecaml.Auto_mode_alist *)
module Auto_mode_alist = Ecaml__Auto_mode_alist
(** @canonical Ecaml.Background *)
module Background = Ecaml__Background
(** @canonical Ecaml.Backup *)
module Backup = Ecaml__Backup
(** @canonical Ecaml.Bookmark *)
module Bookmark = Ecaml__Bookmark
(** @canonical Ecaml.Browse_url *)
module Browse_url = Ecaml__Browse_url
(** @canonical Ecaml.Buffer *)
module Buffer = Ecaml__Buffer
(** @canonical Ecaml.Buffer0 *)
module Buffer0 = Ecaml__Buffer0
(** @canonical Ecaml.Buffer_local *)
module Buffer_local = Ecaml__Buffer_local
(** @canonical Ecaml.Buffer_local_intf *)
module Buffer_local_intf = Ecaml__Buffer_local_intf
(** @canonical Ecaml.Char_code *)
module Char_code = Ecaml__Char_code
(** @canonical Ecaml.Clipboard *)
module Clipboard = Ecaml__Clipboard
(** @canonical Ecaml.Color *)
module Color = Ecaml__Color
(** @canonical Ecaml.Command *)
module Command = Ecaml__Command
(** @canonical Ecaml.Comment *)
(** @canonical Ecaml.Compilation *)
module Compilation = Ecaml__Compilation
(** @canonical Ecaml.Completing *)
module Completing = Ecaml__Completing
(** @canonical Ecaml.Current_buffer *)
module Current_buffer = Ecaml__Current_buffer
(** @canonical Ecaml.Current_buffer0 *)
module Current_buffer0 = Ecaml__Current_buffer0
(** @canonical Ecaml.Current_buffer0_intf *)
module Current_buffer0_intf = Ecaml__Current_buffer0_intf
(** @canonical Ecaml.Customization *)
module Customization = Ecaml__Customization
(** @canonical Ecaml.Customization_intf *)
module Customization_intf = Ecaml__Customization_intf
(** @canonical Ecaml.Debugger *)
module Debugger = Ecaml__Debugger
(** @canonical Ecaml.Defconst *)
module Defconst = Ecaml__Defconst
(** @canonical Ecaml.Defun *)
module Defun = Ecaml__Defun
(** @canonical Ecaml.Defun_intf *)
module Defun_intf = Ecaml__Defun_intf
(** @canonical Ecaml.Defvar *)
module Defvar = Ecaml__Defvar
(** @canonical Ecaml.Directory *)
module Directory = Ecaml__Directory
(** @canonical Ecaml.Display *)
module Display = Ecaml__Display
(** @canonical Ecaml.Display_property *)
module Display_property = Ecaml__Display_property
(** @canonical Ecaml.Documentation *)
module Documentation = Ecaml__Documentation
(** @canonical Ecaml.Ecaml_filename *)
module Ecaml_filename = Ecaml__Ecaml_filename
(** @canonical Ecaml.Ecaml_profile *)
module Ecaml_profile = Ecaml__Ecaml_profile
(** @canonical Ecaml.Echo_area *)
module Echo_area = Ecaml__Echo_area
(** @canonical Ecaml.Ediff *)
module Ediff = Ecaml__Ediff
(** @canonical Ecaml.Elisp_gc *)
module Elisp_gc = Ecaml__Elisp_gc
(** @canonical Ecaml.Elisp_time *)
module Elisp_time = Ecaml__Elisp_time
(** @canonical Ecaml.Emacs_backtrace *)
module Emacs_backtrace = Ecaml__Emacs_backtrace
(** @canonical Ecaml.Emacs_version *)
module Emacs_version = Ecaml__Emacs_version
(** @canonical Ecaml.Eval *)
module Eval = Ecaml__Eval
(** @canonical Ecaml.Evil *)
module Evil = Ecaml__Evil
(** @canonical Ecaml.Face *)
module Face = Ecaml__Face
(** @canonical Ecaml.Face0 *)
module Face0 = Ecaml__Face0
(** @canonical Ecaml.Feature *)
module Feature = Ecaml__Feature
(** @canonical Ecaml.File *)
module File = Ecaml__File
(** @canonical Ecaml.Filename *)
module Filename = Ecaml__Filename
(** @canonical Ecaml.Find_function *)
module Find_function = Ecaml__Find_function
(** @canonical Ecaml.Frame *)
module Frame = Ecaml__Frame
(** @canonical Ecaml.Frame0 *)
module Frame0 = Ecaml__Frame0
(** @canonical Ecaml.Function_id *)
module Function_id = Ecaml__Function_id
(** @canonical Ecaml.Grep *)
module Grep = Ecaml__Grep
(** @canonical Ecaml.Hash_table *)
module Hash_table = Ecaml__Hash_table
(** @canonical Ecaml.Help *)
module Help = Ecaml__Help
(** @canonical Ecaml.Hook *)
module Hook = Ecaml__Hook
(** @canonical Ecaml.Hook0 *)
module Hook0 = Ecaml__Hook0
(** @canonical Ecaml.Import *)
module Import = Ecaml__Import
(** @canonical Ecaml.Import0 *)
module Import0 = Ecaml__Import0
(** @canonical Ecaml.Input_event *)
module Input_event = Ecaml__Input_event
(** @canonical Ecaml.Input_event0 *)
module Input_event0 = Ecaml__Input_event0
(** @canonical Ecaml.Input_event0_intf *)
module Input_event0_intf = Ecaml__Input_event0_intf
(** @canonical Ecaml.Key_sequence *)
module Key_sequence = Ecaml__Key_sequence
(** @canonical Ecaml.Key_sequence0 *)
module Key_sequence0 = Ecaml__Key_sequence0
(** @canonical Ecaml.Keymap *)
module Keymap = Ecaml__Keymap
(** @canonical Ecaml.Kill_ring *)
module Kill_ring = Ecaml__Kill_ring
(** @canonical Ecaml.Line_and_column *)
module Line_and_column = Ecaml__Line_and_column
(** @canonical Ecaml.Load *)
module Load = Ecaml__Load
(** @canonical Ecaml.Load_history *)
module Load_history = Ecaml__Load_history
(** @canonical Ecaml.Major_mode *)
module Major_mode = Ecaml__Major_mode
(** @canonical Ecaml.Major_mode_intf *)
module Major_mode_intf = Ecaml__Major_mode_intf
(** @canonical Ecaml.Marker *)
module Marker = Ecaml__Marker
(** @canonical Ecaml.Minibuffer *)
module Minibuffer = Ecaml__Minibuffer
(** @canonical Ecaml.Minor_mode *)
module Minor_mode = Ecaml__Minor_mode
(** @canonical Ecaml.Mode_line *)
module Mode_line = Ecaml__Mode_line
(** @canonical Ecaml.Modified_tick *)
module Modified_tick = Ecaml__Modified_tick
(** @canonical Ecaml.Obarray *)
module Obarray = Ecaml__Obarray
(** @canonical Ecaml.Obsolete *)
module Obsolete = Ecaml__Obsolete
(** @canonical Ecaml.Ocaml_or_elisp_value *)
module Ocaml_or_elisp_value = Ecaml__Ocaml_or_elisp_value
(** @canonical Ecaml.Ocaml_or_elisp_value_intf *)
module Ocaml_or_elisp_value_intf = Ecaml__Ocaml_or_elisp_value_intf
(** @canonical Ecaml.Org_table *)
module Org_table = Ecaml__Org_table
(** @canonical Ecaml.Overlay *)
module Overlay = Ecaml__Overlay
(** @canonical Ecaml.Plist *)
module Plist = Ecaml__Plist
(** @canonical Ecaml.Point *)
module Point = Ecaml__Point
(** @canonical Ecaml.Position *)
module Position = Ecaml__Position
(** @canonical Ecaml.Print *)
module Print = Ecaml__Print
(** @canonical Ecaml.Process *)
module Process = Ecaml__Process
(** @canonical Ecaml.Process0 *)
module Process0 = Ecaml__Process0
(** @canonical Ecaml.Q *)
module Q = Ecaml__Q
(** @canonical Ecaml.Regexp *)
module Regexp = Ecaml__Regexp
(** @canonical Ecaml.Rx *)
module Rx = Ecaml__Rx
(** @canonical Ecaml.Rx_intf *)
module Rx_intf = Ecaml__Rx_intf
(** @canonical Ecaml.Save_wrappers *)
module Save_wrappers = Ecaml__Save_wrappers
(** @canonical Ecaml.Selected_window *)
module Selected_window = Ecaml__Selected_window
(** @canonical Ecaml.Symbol *)
module Symbol = Ecaml__Symbol
(** @canonical Ecaml.Sync_or_async *)
module Sync_or_async = Ecaml__Sync_or_async
(** @canonical Ecaml.Syntax_table *)
module Syntax_table = Ecaml__Syntax_table
(** @canonical Ecaml.System *)
module System = Ecaml__System
(** @canonical Ecaml.Tabulated_list *)
module Tabulated_list = Ecaml__Tabulated_list
(** @canonical Ecaml.Terminal *)
module Terminal = Ecaml__Terminal
(** @canonical Ecaml.Text *)
module Text = Ecaml__Text
(** @canonical Ecaml.Thing_at_point *)
module Thing_at_point = Ecaml__Thing_at_point
(** @canonical Ecaml.Timer *)
module Timer = Ecaml__Timer
(** @canonical Ecaml.User *)
module User = Ecaml__User
(** @canonical Ecaml.Var *)
module Var = Ecaml__Var
(** @canonical Ecaml.Variable_watcher *)
module Variable_watcher = Ecaml__Variable_watcher
(** @canonical Ecaml.Vector *)
module Vector = Ecaml__Vector
(** @canonical Ecaml.Window *)
module Window = Ecaml__Window
(** @canonical Ecaml.Window0 *)
module Window0 = Ecaml__Window0
(** @canonical Ecaml.Working_directory *)
module Working_directory = Ecaml__Working_directory