mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2018-11-21 e75a20334813452c6912c090d70a0de2c805f94d
commit | author | age
e75a20 1 ;; Object semanticdb-project-database-file
C 2 ;; SEMANTICDB Tags save file
3 (semanticdb-project-database-file "semanticdb-project-database-file"
4   :tables
5   (list
6     (semanticdb-table "semanticdb-table"
7       :major-mode emacs-lisp-mode
8       :tags 
9         '( ("macroexp" include nil nil [3159 3178])
10             ("define-error" code nil nil [3420 3489])
11             ("gv-get" function (:arguments ("place" "do")) nil [3506 5369])
12             ("gv-setter" function (:arguments ("name")) nil [5371 5807])
13             ("gv-letplace" function (:arguments ("vars" "place" "body")) nil [5824 6475])
14             ("gv-define-expander" function (:arguments ("name" "handler")) nil [6545 6929])
15             ("gv--defun-declaration" function (:arguments ("symbol" "name" "args" "handler" "fix")) nil [6946 7778])
16             ("or" code nil nil [7795 8026])
17             ("or" code nil nil [8042 8195])
18             ("gv--defsetter" function (:arguments ("name" "setter" "do" "args" "vars")) nil [8716 9399])
19             ("gv-define-setter" function (:arguments ("name" "arglist" "body")) nil [9416 10251])
20             ("gv-define-simple-setter" function (:arguments ("name" "setter" "fix-return")) nil [10268 11232])
21             ("setf" function (:arguments ("args")) nil [11299 12101])
22             ("put" code nil nil [13323 13375])
23             ("put" code nil nil [13481 13680])
24             ("gv-define-simple-setter" code nil nil [13721 13756])
25             ("gv-define-simple-setter" code nil nil [13757 13793])
26             ("gv-define-simple-setter" code nil nil [13794 13830])
27             ("gv-define-setter" code nil nil [13881 13936])
28             ("gv-define-setter" code nil nil [13937 13992])
29             ("gv-define-setter" code nil nil [13993 14048])
30             ("gv-define-setter" code nil nil [14049 14104])
31             ("gv-define-setter" code nil nil [14105 14222])
32             ("gv-define-simple-setter" code nil nil [14223 14256])
33             ("gv-define-setter" code nil nil [14257 14328])
34             ("put" code nil nil [14403 14565])
35             ("gv-define-simple-setter" code nil nil [14566 14612])
36             ("gv-define-simple-setter" code nil nil [14613 14660])
37             ("gv-define-simple-setter" code nil nil [14661 14703])
38             ("put" code nil nil [14705 15023])
39             ("gv-define-simple-setter" code nil nil [15068 15119])
40             ("gv-define-simple-setter" code nil nil [15120 15186])
41             ("gv-define-simple-setter" code nil nil [15187 15254])
42             ("gv-define-simple-setter" code nil nil [15255 15312])
43             ("gv-define-simple-setter" code nil nil [15313 15369])
44             ("gv-define-simple-setter" code nil nil [15370 15419])
45             ("gv-define-setter" code nil nil [15420 15525])
46             ("gv-define-setter" code nil nil [15526 15631])
47             ("gv-define-simple-setter" code nil nil [15632 15691])
48             ("gv-define-simple-setter" code nil nil [15692 15751])
49             ("gv-define-simple-setter" code nil nil [15752 15815])
50             ("gv-define-simple-setter" code nil nil [15816 15865])
51             ("gv-define-simple-setter" code nil nil [15866 15929])
52             ("gv-define-setter" code nil nil [15930 16046])
53             ("gv-define-setter" code nil nil [16047 16177])
54             ("gv-define-setter" code nil nil [16178 16265])
55             ("gv-define-setter" code nil nil [16266 16343])
56             ("gv-define-setter" code nil nil [16344 16417])
57             ("gv-define-setter" code nil nil [16418 16491])
58             ("gv-define-setter" code nil nil [16493 16640])
59             ("gv-define-expander" code nil nil [16642 18103])
60             ("put" code nil nil [18335 18553])
61             ("let" code nil nil [18555 18887])
62             ("put" code nil nil [18889 19925])
63             ("put" code nil nil [19927 21600])
64             ("gv-synthetic-place" function (:arguments ("getter" "setter")) nil [21602 21971])
65             ("gv-delay-error" function (:arguments ("place")) nil [21973 22579])
66             ("put" code nil nil [22618 22979])
67             ("put" code nil nil [22981 23428])
68             ("gv-ref" function (:arguments ("place")) nil [23461 24369])
69             ("gv-deref" function (:arguments ("ref")) nil [24371 24574])
70             ("gv-define-setter" code nil nil [24818 24878])
71             ("gv" package nil nil [25240 25253]))          
72       :file "gv.el"
73       :pointmax 25274
74       :fsize 25279
75       :lastmodtime '(23525 29542 0 0)
76       :unmatched-syntax nil)
77     (semanticdb-table "semanticdb-table"
78       :file "macroexp.el"
79       :fsize 23127
80       :lastmodtime '(23525 29542 0 0))
81     (semanticdb-table "semanticdb-table"
82       :file "cl-lib.el"
83       :fsize 26211
84       :lastmodtime '(23525 29539 0 0))
85     (semanticdb-table "semanticdb-table"
86       :file "easy-mmode.el"
87       :fsize 26213
88       :lastmodtime '(23525 29540 0 0))
89     (semanticdb-table "semanticdb-table"
90       :major-mode emacs-lisp-mode
91       :tags 
92         '( ("macroexp" include nil nil [2468 2487])
93             ("pcase--memoize" variable
94                (:constant-flag t
95                 :default-value (make-hash-table :weakness (quote key) :test (quote eq)))
96                 nil [2933 3001])
97             ("pcase--dontcare-upats" variable
98                (:constant-flag t
99                 :default-value (quote (t _ pcase--dontcare)))
100                 nil [3139 3194])
101             ("pcase--dontwarn-upats" variable (:default-value (quote (pcase--dontcare))) nil [3196 3245])
102             ("def-edebug-spec" code nil nil [3247 3497])
103             ("def-edebug-spec" code nil nil [3499 3630])
104             ("put" code nil nil [3649 3712])
105             ("declare-function" code nil nil [3742 3794])
106             ("declare-function" code nil nil [3795 3850])
107             ("pcase--edebug-match-macro" function (:arguments ("cursor")) nil [3852 4135])
108             ("pcase" function (:arguments ("exp" "cases")) nil [4152 8041])
109             ("declare-function" code nil nil [8043 8155])
110             ("put" code nil nil [8276 8337])
111             ("pcase--make-docstring" function nil nil [8338 9205])
112             ("pcase-exhaustive" function (:arguments ("exp" "cases")) nil [9222 9679])
113             ("pcase-lambda" function (:arguments ("lambda-list" "body")) nil [9696 10764])
114             ("pcase--let*" function (:arguments ("bindings" "body")) nil [10766 11467])
115             ("pcase-let*" function (:arguments ("bindings" "body")) nil [11484 12055])
116             ("pcase-let" function (:arguments ("bindings" "body")) nil [12072 13104])
117             ("pcase-dolist" function (:arguments ("spec" "body")) nil [13121 13521])
118             ("pcase--trivial-upat-p" function (:arguments ("upat")) nil [13524 13623])
119             ("pcase--expand" function (:arguments ("exp" "cases")) nil [13625 17393])
120             ("pcase--macroexpand" function (:arguments ("pat")) nil [17395 18202])
121             ("pcase-defmacro" function (:arguments ("name" "args" "body")) nil [18219 18925])
122             ("pcase--match" function (:arguments ("val" "upat")) nil [18927 19276])
123             ("pcase-codegen" function (:arguments ("code" "vars")) nil [19278 19640])
124             ("pcase--small-branch-p" function (:arguments ("code")) nil [19642 19875])
125             ("pcase--if" function (:arguments ("test" "then" "else")) nil [19983 20174])
126             ("pcase--u" function (:arguments ("branches")) nil [21275 21884])
127             ("pcase--and" function (:arguments ("match" "matches")) nil [21886 21965])
128             ("pcase-mutually-exclusive-predicates" variable
129                (:constant-flag t
130                 :default-value (quote ((symbolp . integerp) (symbolp . numberp) (symbolp . consp) (symbolp . arrayp) (symbolp . vectorp) (symbolp . stringp) (symbolp . byte-code-function-p) (symbolp . recordp) (integerp . consp) (integerp . arrayp) (integerp . vectorp) (integerp . stringp) (integerp . byte-code-function-p) (integerp . recordp) (numberp . consp) (numberp . arrayp) (numberp . vectorp) (numberp . stringp) (numberp . byte-code-function-p) (numberp . recordp) (consp . arrayp) (consp . atom) (consp . vectorp) (consp . stringp) (consp . byte-code-function-p) (consp . recordp) (arrayp . byte-code-function-p) (vectorp . byte-code-function-p) (vectorp . recordp) (stringp . vectorp) (stringp . recordp) (stringp . byte-code-function-p))))
131                 nil [21967 22854])
132             ("pcase--mutually-exclusive-p" function (:arguments ("pred1" "pred2")) nil [22856 23074])
133             ("pcase--split-match" function (:arguments ("sym" "splitter" "match")) nil [23076 24486])
134             ("pcase--split-rest" function (:arguments ("sym" "splitter" "rest")) nil [24488 25018])
135             ("pcase--split-equal" function (:arguments ("elem" "pat")) nil [25020 25658])
136             ("pcase--split-member" function (:arguments ("elems" "pat")) nil [25660 26627])
137             ("pcase--split-pred" function (:arguments ("vars" "upat" "pat")) nil [26629 28304])
138             ("pcase--fgrep" function (:arguments ("vars" "sexp")) nil [28306 28607])
139             ("pcase--self-quoting-p" function (:arguments ("upat")) nil [28609 28699])
140             ("pcase--app-subst-match" function (:arguments ("match" "sym" "fun" "nsym")) nil [28701 29264])
141             ("pcase--app-subst-rest" function (:arguments ("rest" "sym" "fun" "nsym")) nil [29266 29455])
142             ("pcase--mark-used" function (:arguments ("sym")) nil [29457 29612])
143             ("pcase--flip" function (:arguments ("fun" "arg1" "arg2")) nil [29614 29780])
144             ("pcase--funcall" function (:arguments ("fun" "arg" "vars")) nil [29782 30745])
145             ("pcase--eval" function (:arguments ("exp" "vars")) nil [30747 31090])
146             ("pcase--u1" function (:arguments ("matches" "code" "vars" "rest")) nil [31190 38583])
147             ("def-edebug-spec" code nil nil [38585 38818])
148             ("pcase-defmacro" code nil nil [38820 39930])
149             ("pcase" package nil nil [39932 39948]))          
150       :file "pcase.el"
151       :pointmax 39972
152       :fsize 39971
153       :lastmodtime '(23525 29543 0 0)
154       :unmatched-syntax nil)
155     (semanticdb-table "semanticdb-table"
156       :major-mode emacs-lisp-mode
157       :tags 
158         '( ("cl-lib" include nil nil [1074 1091])
159             ("cl-defstruct" code nil nil [1094 1846])
160             ("timerp" function (:arguments ("object")) nil [1848 1953])
161             ("timer--check" function (:arguments ("timer")) nil [1955 2060])
162             ("timer--time-setter" function (:arguments ("timer" "time")) nil [2062 2496])
163             ("timer--time" function (:arguments ("timer")) nil [2522 2708])
164             ("timer-set-time" function (:arguments ("timer" "time" "delta")) nil [2710 3105])
165             ("timer-set-idle-time" function (:arguments ("timer" "secs" "repeat")) nil [3107 3606])
166             ("timer-next-integral-multiple-of-time" function (:arguments ("time" "secs")) nil [3608 4613])
167             ("timer-relative-time" function (:arguments ("time" "secs" "usecs" "psecs")) nil [4615 4968])
168             ("timer--time-less-p" function (:arguments ("t1" "t2")) nil [4970 5112])
169             ("timer-inc-time" function (:arguments ("timer" "secs" "usecs" "psecs")) nil [5114 5446])
170             ("timer-set-time-with-usecs" function (:arguments ("timer" "time" "usecs" "delta")) nil [5448 6101])
171             ("timer-set-function" function (:arguments ("timer" "function" "args")) nil [6103 6333])
172             ("timer--activate" function (:arguments ("timer" "triggered-p" "reuse-cell" "idle")) nil [6336 7335])
173             ("timer-activate" function (:arguments ("timer" "triggered-p" "reuse-cell")) nil [7337 7853])
174             ("timer-activate-when-idle" function (:arguments ("timer" "dont-wait" "reuse-cell")) nil [7855 8732])
175             ("defalias" code nil nil [8734 8775])
176             ("cancel-timer" function (:arguments ("timer")) nil [8777 8981])
177             ("cancel-timer-internal" function (:arguments ("timer")) nil [8983 9405])
178             ("cancel-function-timers" function
179                (:user-visible-flag t
180                 :arguments ("function"))
181                 nil [9407 9945])
182             ("timer-event-last" variable nil nil [9994 10052])
183             ("timer-event-last-1" variable nil nil [10053 10121])
184             ("timer-event-last-2" variable nil nil [10122 10191])
185             ("timer-max-repeats" variable (:default-value 10) nil [10193 10570])
186             ("timer-until" function (:arguments ("timer" "time")) nil [10572 10829])
187             ("timer-event-handler" function (:arguments ("timer")) nil [10831 13779])
188             ("timeout-event-p" function (:arguments ("event")) nil [13842 13966])
189             ("declare-function" code nil nil [13970 14021])
190             ("run-at-time" function
191                (:user-visible-flag t
192                 :arguments ("time" "repeat" "function" "args"))
193                 nil [14023 16444])
194             ("run-with-timer" function
195                (:user-visible-flag t
196                 :arguments ("secs" "repeat" "function" "args"))
197                 nil [16446 16932])
198             ("add-timeout" function (:arguments ("secs" "function" "object" "repeat")) nil [16934 17313])
199             ("run-with-idle-timer" function
200                (:user-visible-flag t
201                 :arguments ("secs" "repeat" "function" "args"))
202                 nil [17315 18466])
203             ("with-timeout-timers" variable nil nil [18469 18572])
204             ("with-timeout" function (:arguments ("list" "body")) nil [18574 20053])
205             ("with-timeout-suspend" function nil nil [20055 20507])
206             ("with-timeout-unsuspend" function (:arguments ("timer-spec-list")) nil [20509 20841])
207             ("y-or-n-p-with-timeout" function (:arguments ("prompt" "seconds" "default-value")) nil [20843 21083])
208             ("timer-duration-words" variable
209                (:constant-flag t
210                 :default-value (list (cons "microsec" 1e-006) (cons "microsecond" 1e-006) (cons "millisec" 0.001) (cons "millisecond" 0.001) (cons "sec" 1) (cons "second" 1) (cons "min" 60) (cons "minute" 60) (cons "hour" (* 60 60)) (cons "day" (* 24 60 60)) (cons "week" (* 7 24 60 60)) (cons "fortnight" (* 14 24 60 60)) (cons "month" (* 30 24 60 60)) (cons "year" (* 365.25 24 60 60))))
211                 nil [21086 21602])
212             ("timer-duration" function (:arguments ("string")) nil [21604 22306])
213             ("internal-timer-start-idle" function nil nil [22308 22535])
214             ("timer" package nil nil [22538 22554]))          
215       :file "timer.el"
216       :pointmax 22579
217       :fsize 22578
218       :lastmodtime '(23525 29544 0 0)
219       :unmatched-syntax '((close-paren 1091 . 1092) (symbol 1056 . 1073) (open-paren 1055 . 1056)))
220     (semanticdb-table "semanticdb-table"
221       :major-mode emacs-lisp-mode
222       :tags 
223         '( ("eldoc" customgroup (:user-visible-flag t) nil [2006 2124])
224             ("eldoc-idle-delay" variable (:default-value 0.5) nil [2126 2427])
225             ("eldoc-print-after-edit" variable nil nil [2429 2605])
226             ("eldoc-minor-mode-string" variable (:default-value (purecopy " ElDoc")) nil [2622 2819])
227             ("eldoc-argument-case" variable (:default-value (function identity)) nil [2821 3300])
228             ("make-obsolete-variable" code nil nil [3301 3357])
229             ("eldoc-echo-area-use-multiline-p" variable (:default-value (quote truncate-sym-name-if-fit)) nil [3359 4458])
230             ("eldoc-highlight-function-argument" variable
231                (:default-value (quote ((t (:inherit bold))))
232                 :type "face")
233                 nil [4460 4714])
234             ("eldoc-message-commands-table-size" variable (:default-value 31) nil [4749 5126])
235             ("eldoc-message-commands" variable (:default-value (make-vector eldoc-message-commands-table-size 0)) nil [5128 5774])
236             ("eldoc-last-data" variable (:default-value (make-vector 3 nil)) nil [5795 6201])
237             ("make-obsolete-variable" code nil nil [6202 6273])
238             ("eldoc-last-message" variable nil nil [6275 6306])
239             ("eldoc-timer" variable nil nil [6308 6356])
240             ("eldoc-current-idle-delay" variable (:default-value eldoc-idle-delay) nil [6358 6527])
241             ("eldoc-message-function" variable (:default-value (function eldoc-minibuffer-message)) nil [6529 6700])
242             ("eldoc-edit-message-commands" function nil nil [6702 7172])
243             ("define-minor-mode" code nil nil [7191 8574])
244             ("define-globalized-minor-mode" code nil nil [8591 8740])
245             ("turn-on-eldoc-mode" function nil nil [8757 8953])
246             ("eldoc--supported-p" function nil nil [8955 9099])
247             ("eldoc-schedule-timer" function nil nil [9103 9876])
248             ("eldoc-mode-line-string" variable nil nil [9878 9913])
249             ("put" code nil nil [9914 9967])
250             ("eldoc-minibuffer-message" function (:arguments ("format-string" "args")) nil [9969 10966])
251             ("eldoc-message" function (:arguments ("string")) nil [10968 11626])
252             ("eldoc--message-command-p" function (:arguments ("command")) nil [11628 11824])
253             ("eldoc-pre-command-refresh-echo-area" function nil nil [12247 12777])
254             ("eldoc-display-message-p" function nil nil [12838 13292])
255             ("eldoc-display-message-no-interference-p" function nil nil [13431 13612])
256             ("eldoc-documentation-function" variable (:default-value (function ignore)) nil [13631 14600])
257             ("eldoc-print-current-symbol-info" function nil nil [14602 15134])
258             ("eldoc-docstring-format-sym-doc" function (:arguments ("prefix" "doc" "face")) nil [15299 16674])
259             ("eldoc-add-command" function (:arguments ("cmds")) nil [17009 17246])
260             ("eldoc-add-command-completions" function (:arguments ("names")) nil [17248 17462])
261             ("eldoc-remove-command" function (:arguments ("cmds")) nil [17464 17703])
262             ("eldoc-remove-command-completions" function (:arguments ("names")) nil [17705 17944])
263             ("eldoc-add-command-completions" code nil nil [17975 18458])
264             ("eldoc" package nil nil [18460 18476]))          
265       :file "eldoc.el"
266       :pointmax 18501
267       :fsize 18500
268       :lastmodtime '(23525 29541 0 0)
269       :unmatched-syntax nil)
270     (semanticdb-table "semanticdb-table"
271       :major-mode emacs-lisp-mode
272       :tags 
273         '( ("pcase" include nil nil [3550 3566])
274             ("define-obsolete-variable-alias" code nil nil [3714 3811])
275             ("generic-font-lock-keywords" variable nil nil [3812 3908])
276             ("make-variable-buffer-local" code nil nil [3909 3965])
277             ("generic-mode-list" variable nil nil [3982 4146])
278             ("define-generic-mode" function (:arguments ("mode" "comment-list" "keyword-list" "font-lock-list" "auto-mode-list" "function-list" "docstring")) nil [4299 6772])
279             ("generic-mode-internal" function (:arguments ("mode" "comment-list" "keyword-list" "font-lock-list" "function-list")) nil [6789 7717])
280             ("generic-mode" function
281                (:user-visible-flag t
282                 :arguments ("mode"))
283                 nil [7734 8215])
284             ("generic--normalize-comments" function (:arguments ("comment-list")) nil [8244 8699])
285             ("generic-set-comment-syntax" function (:arguments ("st" "comment-list")) nil [8701 10463])
286             ("generic-set-comment-vars" function (:arguments ("comment-list")) nil [10465 10963])
287             ("generic-mode-set-comments" function (:arguments ("comment-list")) nil [10965 11284])
288             ("generic-bracket-support" function nil nil [11286 11507])
289             ("generic-make-keywords-list" function (:arguments ("keyword-list" "face" "prefix" "suffix")) nil [11524 12246])
290             ("generic" package nil nil [12248 12266]))          
291       :file "generic.el"
292       :pointmax 12293
293       :fsize 12292
294       :lastmodtime '(23525 29542 0 0)
295       :unmatched-syntax '((close-paren 3566 . 3567) (symbol 3532 . 3549) (open-paren 3531 . 3532)))
296     (semanticdb-table "semanticdb-table"
297       :major-mode emacs-lisp-mode
298       :tags 
299         '( ("cl-lib" include nil nil [1048 1065])
300             ("macroexp" include nil nil [1066 1085])
301             ("gv" include nil nil [1086 1099])
302             ("cl-unload-function" function nil nil [3595 3753])
303             ("dolist" code nil nil [3790 4503])
304             ("dolist" code nil nil [4505 9132])
305             ("cl--wrap-in-nil-block" function (:arguments ("fun" "args")) nil [9134 9216])
306             ("advice-add" code nil nil [9217 9269])
307             ("advice-add" code nil nil [9270 9323])
308             ("cl--pass-args-to-cl-declare" function (:arguments ("specs")) nil [9325 9413])
309             ("advice-add" code nil nil [9414 9472])
310             ("cl-closure-vars" variable nil nil [9632 9660])
311             ("cl--function-convert-cache" variable nil nil [9661 9700])
312             ("cl--function-convert" function (:arguments ("f")) nil [9702 11817])
313             ("lexical-let" function (:arguments ("bindings" "body")) nil [11819 13830])
314             ("lexical-let*" function (:arguments ("bindings" "body")) nil [13832 14362])
315             ("flet" function (:arguments ("bindings" "body")) nil [14441 16195])
316             ("labels" function (:arguments ("bindings" "body")) nil [16197 17141])
317             ("cl--gv-adapt" function (:arguments ("cl-gv" "do")) nil [17337 18227])
318             ("define-setf-expander" function (:arguments ("name" "arglist" "body")) nil [18229 19132])
319             ("defsetf" function (:arguments ("name" "arg1" "args")) nil [19134 20752])
320             ("make-obsolete" code nil nil [22666 22718])
321             ("declare-function" code nil nil [22720 22772])
322             ("define-modify-macro" function (:arguments ("name" "arglist" "func" "doc")) nil [22774 23596])
323             ("define-obsolete-function-alias" code nil nil [23698 23766])
324             ("define-obsolete-variable-alias" code nil nil [23767 23859])
325             ("define-obsolete-function-alias" code nil nil [23860 23936])
326             ("cl-not-hash-table" function (:arguments ("x" "y" "_z")) nil [24074 24223])
327             ("cl-builtin-gethash" variable (:default-value (symbol-function (quote gethash))) nil [24225 24279])
328             ("make-obsolete-variable" code nil nil [24280 24335])
329             ("cl-builtin-remhash" variable (:default-value (symbol-function (quote remhash))) nil [24336 24390])
330             ("make-obsolete-variable" code nil nil [24391 24446])
331             ("cl-builtin-clrhash" variable (:default-value (symbol-function (quote clrhash))) nil [24447 24501])
332             ("make-obsolete-variable" code nil nil [24502 24557])
333             ("cl-builtin-maphash" variable (:default-value (symbol-function (quote maphash))) nil [24558 24612])
334             ("make-obsolete-variable" code nil nil [24614 24669])
335             ("define-obsolete-function-alias" code nil nil [24670 24736])
336             ("define-obsolete-function-alias" code nil nil [24737 24801])
337             ("define-obsolete-function-alias" code nil nil [24802 24862])
338             ("define-obsolete-function-alias" code nil nil [24863 24923])
339             ("define-obsolete-function-alias" code nil nil [24924 24984])
340             ("define-obsolete-function-alias" code nil nil [24985 25045])
341             ("define-obsolete-function-alias" code nil nil [25046 25106])
342             ("define-obsolete-function-alias" code nil nil [25107 25183])
343             ("define-obsolete-function-alias" code nil nil [25184 25254])
344             ("define-obsolete-function-alias" code nil nil [25255 25333])
345             ("define-obsolete-function-alias" code nil nil [25335 25431])
346             ("define-obsolete-function-alias" code nil nil [25432 25508])
347             ("define-obsolete-function-alias" code nil nil [25509 25582])
348             ("define-obsolete-function-alias" code nil nil [25583 25649])
349             ("cl-maclisp-member" function (:arguments ("item" "list")) nil [25651 25806])
350             ("cl-struct-setf-expander" function (:arguments ("x" "name" "accessor" "pred-form" "pos")) nil [25857 26791])
351             ("cl" package nil nil [26793 26806])
352             ("run-hooks" code nil nil [26808 26833]))          
353       :file "cl.el"
354       :pointmax 26855
355       :fsize 26856
356       :lastmodtime '(23525 29540 0 0)
357       :unmatched-syntax nil)
358     (semanticdb-table "semanticdb-table"
359       :major-mode emacs-lisp-mode
360       :tags 
361         '( ("eieio-core" include nil nil [1922 1943])
362             ("cl-generic" include nil nil [1944 1965])
363             ("put" code nil nil [1967 2047])
364             ("eieio--defalias" function (:arguments ("name" "body")) nil [2100 2618])
365             ("defgeneric" function (:arguments ("method" "args" "doc-string")) nil [2635 3342])
366             ("defmethod" function (:arguments ("method" "args")) nil [3359 5452])
367             ("eieio--generic-static-symbol-specializers" function (:arguments ("tag" "_")) nil [5454 5849])
368             ("cl-generic-define-generalizer" code nil nil [5851 6180])
369             ("cl-generic-define-generalizer" code nil nil [6181 6877])
370             ("cl-defmethod" code nil nil [6879 7054])
371             ("eieio--defgeneric-init-form" function (:arguments ("method" "doc-string")) nil [7071 7443])
372             ("eieio--defmethod" function (:arguments ("method" "kind" "argclass" "code")) nil [7460 10210])
373             ("push" code nil nil [10291 10368])
374             ("generic-p" function (:arguments ("fname")) nil [10370 10428])
375             ("no-next-method" function (:arguments ("args")) nil [10430 10561])
376             ("no-applicable-method" function (:arguments ("object" "method" "args")) nil [10563 10727])
377             ("define-obsolete-function-alias" code nil nil [10729 10807])
378             ("next-method-p" function nil nil [10808 11045])
379             ("eieio-defmethod" function (:arguments ("method" "args")) nil [11062 11255])
380             ("eieio-defgeneric" function (:arguments ("method" "doc-string")) nil [11272 11529])
381             ("eieio-defclass" function (:arguments ("cname" "superclasses" "slots" "options")) nil [11546 11716])
382             ("eieio-compat" package nil nil [11796 11819]))          
383       :file "eieio-compat.el"
384       :pointmax 11851
385       :fsize 11850
386       :lastmodtime '(23525 29540 0 0)
387       :unmatched-syntax nil)
388     (semanticdb-table "semanticdb-table"
389       :major-mode emacs-lisp-mode
390       :tags 
391         '( ("cl-lib" include nil nil [1200 1217])
392             ("eieio-loaddefs" include nil nil [1218 1249])
393             ("declare-function" code nil nil [1344 1383])
394             ("declare-function" code nil nil [1384 1423])
395             ("declare-function" code nil nil [1424 1467])
396             ("declare-function" code nil nil [1468 1507])
397             ("declare-function" code nil nil [1508 1552])
398             ("eieio-hook" variable nil nil [1589 1684])
399             ("eieio-error-unsupported-class-tags" variable nil nil [1686 1920])
400             ("eieio-skip-typecheck" variable nil nil [1922 2181])
401             ("eieio-optimize-primary-methods-flag" variable (:default-value t) nil [2183 2299])
402             ("eieio-backward-compatibility" variable (:default-value t) nil [2301 2606])
403             ("eieio-unbound" variable
404                (:constant-flag t
405                 :default-value (if (and (boundp (quote eieio-unbound)) (symbolp eieio-unbound)) eieio-unbound (make-symbol "unbound")))
406                 nil [2608 2806])
407             ("eieio-default-superclass" variable nil nil [2913 2950])
408             ("progn" code nil nil [2952 4276])
409             ("eieio--object-num-slots" variable
410                (:constant-flag t
411                 :default-value 1)
412                 nil [4299 4335])
413             ("eieio--object-class-tag" function (:arguments ("obj")) nil [4338 4393])
414             ("eieio--object-class" function (:arguments ("obj")) nil [4395 4463])
415             ("cl-macs" include nil nil [4515 4533])
416             ("eieio--class-object" function (:arguments ("class")) nil [4557 4768])
417             ("class-p" function (:arguments ("x")) nil [4770 4922])
418             ("eieio--class-print-name" function (:arguments ("class")) nil [4924 5059])
419             ("eieio-class-name" function (:arguments ("class")) nil [5061 5247])
420             ("define-obsolete-function-alias" code nil nil [5248 5318])
421             ("defalias" code nil nil [5320 5428])
422             ("eieio--class-option-assoc" function (:arguments ("list" "option")) nil [5430 5588])
423             ("eieio--class-option" function (:arguments ("class" "option")) nil [5590 5789])
424             ("eieio-object-p" function (:arguments ("obj")) nil [5791 5941])
425             ("define-obsolete-function-alias" code nil nil [5943 6008])
426             ("class-abstract-p" function (:arguments ("class")) nil [6010 6181])
427             ("eieio--class-method-invocation-order" function (:arguments ("class")) nil [6183 6402])
428             ("eieio-defclass-autoload-map" variable (:default-value (make-hash-table)) nil [6430 6537])
429             ("eieio-defclass-autoload" function (:arguments ("cname" "_superclasses" "filename" "doc")) nil [6612 8528])
430             ("eieio-class-un-autoload" function (:arguments ("cname")) nil [8530 8676])
431             ("cl-deftype" code nil nil [8686 8880])
432             ("eieio-make-class-predicate" function (:arguments ("class")) nil [8883 9124])
433             ("eieio-make-child-predicate" function (:arguments ("class")) nil [9126 9372])
434             ("eieio--known-slot-names" variable nil nil [9374 9410])
435             ("eieio-defclass-internal" function (:arguments ("cname" "superclasses" "slots" "options")) nil [9412 19960])
436             ("eieio-eval-default-p" function (:arguments ("val")) nil [19962 20122])
437             ("eieio--perform-slot-validation-for-default" function (:arguments ("slot" "skipnil")) nil [20124 20718])
438             ("eieio--slot-override" function (:arguments ("old" "new" "skipnil")) nil [20720 23084])
439             ("eieio--add-new-slot" function (:arguments ("newc" "slot" "init" "alloc" "defaultoverride" "skipnil")) nil [23086 25881])
440             ("eieio-copy-parents-into-subclass" function (:arguments ("newc")) nil [25883 26958])
441             ("eieio--perform-slot-validation" function (:arguments ("spec" "value")) nil [27169 27392])
442             ("eieio--validate-slot-value" function (:arguments ("class" "slot-idx" "value" "slot")) nil [27394 28098])
443             ("eieio--validate-class-slot-value" function (:arguments ("class" "slot-idx" "value" "slot")) nil [28100 28676])
444             ("eieio-barf-if-slot-unbound" function (:arguments ("value" "instance" "slotname" "fn")) nil [28678 29116])
445             ("eieio-oref" function (:arguments ("obj" "slot")) nil [29153 30676])
446             ("eieio-oref-default" function (:arguments ("obj" "slot")) nil [30679 31687])
447             ("eieio-default-eval-maybe" function (:arguments ("val")) nil [31689 32180])
448             ("eieio-oset" function (:arguments ("obj" "slot" "value")) nil [32182 32952])
449             ("eieio-oset-default" function (:arguments ("class" "slot" "value")) nil [32954 34914])
450             ("eieio--slot-name-index" function (:arguments ("class" "slot")) nil [34957 35782])
451             ("eieio--class-slot-name-index" function (:arguments ("class" "slot")) nil [35784 36371])
452             ("eieio-set-defaults" function (:arguments ("obj" "set-all")) nil [36487 37017])
453             ("eieio--initarg-to-attribute" function (:arguments ("class" "initarg")) nil [37019 37344])
454             ("eieio--c3-candidate" function (:arguments ("class" "remaining-inputs")) nil [37381 37823])
455             ("eieio--c3-merge-lists" function (:arguments ("reversed-partial-result" "remaining-inputs")) nil [37825 39159])
456             ("eieio--class/struct-parents" function (:arguments ("class")) nil [39161 39278])
457             ("eieio--class-precedence-c3" function (:arguments ("class")) nil [39280 39602])
458             ("eieio--class-precedence-dfs" function (:arguments ("class")) nil [39648 40183])
459             ("eieio--class-precedence-bfs" function (:arguments ("class")) nil [40231 40660])
460             ("eieio--class-precedence-list" function (:arguments ("class")) nil [40694 41337])
461             ("define-obsolete-function-alias" code nil nil [41338 41432])
462             ("define-error" code nil nil [41481 41534])
463             ("define-error" code nil nil [41535 41588])
464             ("define-error" code nil nil [41589 41632])
465             ("define-error" code nil nil [41633 41708])
466             ("cl-generic" include nil nil [41740 41761])
467             ("cl-generic-define-generalizer" code nil nil [41832 42277])
468             ("cl-defmethod" code nil nil [42279 42737])
469             ("eieio--generic-subclass-specializers" function (:arguments ("tag" "_")) nil [43131 43349])
470             ("cl-generic-define-generalizer" code nil nil [43351 43534])
471             ("cl-defmethod" code nil nil [43536 43763])
472             ("eieio-core" package nil nil [43765 43786]))          
473       :file "eieio-core.el"
474       :pointmax 43816
475       :fsize 43815
476       :lastmodtime '(23525 29541 0 0)
477       :unmatched-syntax '((close-paren 4335 . 4336) (symbol 4280 . 4296) (open-paren 4279 . 4280)))
478     (semanticdb-table "semanticdb-table"
479       :file "cl-generic.el"
480       :fsize 57837
481       :lastmodtime '(23525 29539 0 0))
482     (semanticdb-table "semanticdb-table"
483       :major-mode emacs-lisp-mode
484       :tags 
485         '( ("defalias" code nil nil [1121 1571])
486             ("function-put" code nil nil [1572 1614])
487             ("function-put" code nil nil [1615 1663])
488             ("macro-declaration-function" variable (:default-value (function macro-declaration-function)) nil [1784 2116])
489             ("defalias" code nil nil [2118 3260])
490             ("defun-declarations-alist" variable (:default-value (list (list (quote advertised-calling-convention) (function (lambda (f _args arglist when) (list (quote set-advertised-calling-convention) (list (quote quote) f) (list (quote quote) arglist) (list (quote quote) when))))) (list (quote obsolete) (function (lambda (f _args new-name when) (list (quote make-obsolete) (list (quote quote) f) (list (quote quote) new-name) (list (quote quote) when))))) (list (quote interactive-only) (function (lambda (f _args instead) (list (quote function-put) (list (quote quote) f) (quote (quote interactive-only)) (list (quote quote) instead))))) (list (quote pure) (function (lambda (f _args val) (list (quote function-put) (list (quote quote) f) (quote (quote pure)) (list (quote quote) val)))) "If non-nil, the compiler can replace calls with their return value.
491 This may shift errors from run-time to compile-time.") (list (quote side-effect-free) (function (lambda (f _args val) (list (quote function-put) (list (quote quote) f) (quote (quote side-effect-free)) (list (quote quote) val)))) "If non-nil, calls can be ignored if their value is unused.
492 If `error-free', drop calls even if `byte-compile-delete-errors' is nil.") (list (quote compiler-macro) (function (lambda (f args compiler-function) (if (not (eq (car-safe compiler-function) (quote lambda))) (\` (eval-and-compile (function-put (quote (\, f)) (quote compiler-macro) (function (\, compiler-function))))) (let ((cfname (intern (concat (symbol-name f) "--anon-cmacro")))) (\` (progn (eval-and-compile (function-put (quote (\, f)) (quote compiler-macro) (function (\, cfname)))) :autoload-end (eval-and-compile (defun (\, cfname) ((\,@ (cadr compiler-function)) (\,@ args)) (\,@ (cddr compiler-function))))))))))) (list (quote doc-string) (function (lambda (f _args pos) (list (quote function-put) (list (quote quote) f) (quote (quote doc-string-elt)) (list (quote quote) pos))))) (list (quote indent) (function (lambda (f _args val) (list (quote function-put) (list (quote quote) f) (quote (quote lisp-indent-function)) (list (quote quote) val))))))) nil [3516 6460])
493             ("macro-declarations-alist" variable (:default-value (cons (list (quote debug) (function (lambda (name _args spec) (list (quote progn) :autoload-end (list (quote put) (list (quote quote) name) (quote (quote edebug-form-spec)) (list (quote quote) spec)))))) (cons (list (quote no-font-lock-keyword) (function (lambda (name _args val) (list (quote function-put) (list (quote quote) name) (quote (quote no-font-lock-keyword)) (list (quote quote) val))))) defun-declarations-alist))) nil [6462 7237])
494             ("defalias" code nil nil [7239 9492])
495             ("defun" function (:arguments ("name" "arglist" "docstring" "body")) nil [9541 12124])
496             ("defalias" code nil nil [12206 12392])
497             ("defsubst" function (:arguments ("name" "arglist" "body")) nil [13403 13875])
498             ("advertised-signature-table" variable (:default-value (make-hash-table :test (quote eq) :weakness (quote key))) nil [13877 13955])
499             ("set-advertised-calling-convention" function (:arguments ("function" "signature" "_when")) nil [13957 14327])
500             ("make-obsolete" function (:arguments ("obsolete-name" "current-name" "when")) nil [14329 15222])
501             ("define-obsolete-function-alias" function (:arguments ("obsolete-name" "current-name" "when" "docstring")) nil [15224 16191])
502             ("make-obsolete-variable" function (:arguments ("obsolete-name" "current-name" "when" "access-type")) nil [16193 17024])
503             ("define-obsolete-variable-alias" function (:arguments ("obsolete-name" "current-name" "when" "docstring")) nil [17027 18868])
504             ("define-obsolete-face-alias" function (:arguments ("obsolete-face" "current-face" "when")) nil [19198 19634])
505             ("dont-compile" function (:arguments ("body")) nil [19636 19945])
506             ("eval-when-compile" function (:arguments ("body")) nil [20188 20681])
507             ("eval-and-compile" function (:arguments ("body")) nil [20683 21269])
508             ("with-no-warnings" function (:arguments ("body")) nil [21271 21479])
509             ("make-obsolete-variable" code nil nil [22774 22883])
510             ("make-obsolete" code nil nil [22884 22975]))          
511       :file "byte-run.el"
512       :pointmax 23003
513       :fsize 23002
514       :lastmodtime '(23525 29538 0 0)
515       :unmatched-syntax nil)
516     (semanticdb-table "semanticdb-table"
517       :major-mode emacs-lisp-mode
518       :tags 
519         '( ("eieio-version" variable (:default-value "1.4") nil [1798 1856])
520             ("eieio-version" function (:user-visible-flag t) nil [1858 1966])
521             ("eieio-core" include nil nil [1968 1989])
522             ("defclass" function (:arguments ("name" "superclasses" "slots" "options-and-doc")) nil [2021 11671])
523             ("oref" function (:arguments ("obj" "slot")) nil [11709 11967])
524             ("defalias" code nil nil [11969 12003])
525             ("defalias" code nil nil [12004 12042])
526             ("make-obsolete" code nil nil [12043 12121])
527             ("oref-default" function (:arguments ("obj" "slot")) nil [12123 12463])
528             ("with-slots" function (:arguments ("spec-list" "object" "body")) nil [12490 13709])
529             ("eieio-pcase-slot-index-table" function (:arguments ("obj")) nil [13822 13995])
530             ("eieio-pcase-slot-index-from-index-table" function (:arguments ("index-table" "slot")) nil [13997 14247])
531             ("pcase-defmacro" code nil nil [14249 15538])
532             ("define-obsolete-function-alias" code nil nil [15647 15728])
533             ("cl-defgeneric" code nil nil [15730 15859])
534             ("eieio-object-name" function (:arguments ("obj" "extra")) nil [15861 16163])
535             ("define-obsolete-function-alias" code nil nil [16164 16236])
536             ("eieio--object-names" variable
537                (:constant-flag t
538                 :default-value (make-hash-table :test (function eq) :weakness (quote key)))
539                 nil [16238 16312])
540             ("cl-defmethod" code nil nil [16564 16695])
541             ("define-obsolete-function-alias" code nil nil [16696 16784])
542             ("cl-defmethod" code nil nil [16786 17000])
543             ("define-obsolete-function-alias" code nil nil [17001 17096])
544             ("eieio-object-class" function (:arguments ("obj")) nil [17098 17327])
545             ("define-obsolete-function-alias" code nil nil [17328 17402])
546             ("define-obsolete-function-alias" code nil nil [17424 17494])
547             ("eieio-object-class-name" function (:arguments ("obj")) nil [17496 17667])
548             ("define-obsolete-function-alias" code nil nil [17668 17753])
549             ("eieio-class-parents" function (:arguments ("class")) nil [17755 17980])
550             ("define-obsolete-function-alias" code nil nil [17982 18058])
551             ("eieio-class-children" function (:arguments ("class")) nil [18060 18283])
552             ("define-obsolete-function-alias" code nil nil [18284 18364])
553             ("define-obsolete-function-alias" code nil nil [18394 18484])
554             ("define-obsolete-function-alias" code nil nil [18485 18574])
555             ("eieio-class-parent" function (:arguments ("class")) nil [18576 18716])
556             ("define-obsolete-function-alias" code nil nil [18717 18790])
557             ("same-class-p" function (:arguments ("obj" "class")) nil [18792 19022])
558             ("object-of-class-p" function (:arguments ("obj" "class")) nil [19024 19263])
559             ("defalias" code nil nil [19291 19336])
560             ("child-of-class-p" function (:arguments ("child" "class")) nil [19338 19950])
561             ("eieio-slot-descriptor-name" function (:arguments ("slot")) nil [19952 20027])
562             ("eieio-class-slots" function (:arguments ("class")) nil [20029 20340])
563             ("object-slots" function (:arguments ("obj")) nil [20342 20586])
564             ("eieio--class-slot-initarg" function (:arguments ("class" "slot")) nil [20588 20893])
565             ("oset" function (:arguments ("obj" "slot" "value")) nil [20920 21209])
566             ("oset-default" function (:arguments ("class" "slot" "value")) nil [21211 21562])
567             ("slot-boundp" function (:arguments ("object" "slot")) nil [21607 22192])
568             ("slot-makeunbound" function (:arguments ("object" "slot")) nil [22194 22307])
569             ("slot-exists-p" function (:arguments ("object-or-class" "slot")) nil [22309 22993])
570             ("find-class" function (:arguments ("symbol" "errorp")) nil [22995 23353])
571             ("object-assoc" function (:arguments ("key" "slot" "list")) nil [23414 23952])
572             ("object-assoc-list" function (:arguments ("slot" "list")) nil [23954 24412])
573             ("object-assoc-list-safe" function (:arguments ("slot" "list")) nil [24414 24953])
574             ("object-add-to-list" function (:arguments ("object" "slot" "item" "append")) nil [24955 25760])
575             ("object-remove-from-list" function (:arguments ("object" "slot" "item")) nil [25762 26112])
576             ("gv-define-simple-setter" code nil nil [26392 26439])
577             ("eieio-default-superclass" type (:type "class") nil [26824 27091])
578             ("setq" code nil nil [27093 27167])
579             ("define-obsolete-function-alias" code nil nil [27169 27252])
580             ("cl-defgeneric" code nil nil [27254 27549])
581             ("define-obsolete-function-alias" code nil nil [27551 27619])
582             ("cl-defmethod" code nil nil [27621 28613])
583             ("cl-defgeneric" code nil nil [28661 28812])
584             ("cl-defmethod" code nil nil [28814 29301])
585             ("cl-defgeneric" code nil nil [29349 29457])
586             ("cl-defmethod" code nil nil [29459 31015])
587             ("cl-defgeneric" code nil nil [31017 31572])
588             ("cl-defgeneric" code nil nil [31574 31706])
589             ("cl-defmethod" code nil nil [31708 32514])
590             ("cl-defgeneric" code nil nil [32516 32779])
591             ("cl-defmethod" code nil nil [32781 33156])
592             ("cl-defgeneric" code nil nil [33158 33334])
593             ("cl-defgeneric" code nil nil [33336 33661])
594             ("cl-defmethod" code nil nil [33663 34281])
595             ("cl-defmethod" code nil nil [34284 34476])
596             ("eieio-print-depth" variable nil nil [34478 34570])
597             ("cl-defgeneric" code nil nil [34572 34741])
598             ("cl-defmethod" code nil nil [34743 37068])
599             ("eieio-override-prin1" function (:arguments ("thing")) nil [37070 37836])
600             ("eieio-list-prin1" function (:arguments ("list")) nil [37838 38355])
601             ("eieio-change-class" function (:arguments ("_obj" "_class")) nil [38400 38613])
602             ("define-obsolete-function-alias" code nil nil [38614 38687])
603             ("add-hook" code nil nil [38907 38979])
604             ("eieio" package nil nil [38981 38997]))          
605       :file "eieio.el"
606       :pointmax 39019
607       :fsize 39018
608       :lastmodtime '(23525 29541 0 0)
609       :unmatched-syntax nil)
610     (semanticdb-table "semanticdb-table"
611       :major-mode emacs-lisp-mode
612       :tags 
613         '( ("cl-lib" include nil nil [1327 1344])
614             ("internal--thread-argument" function (:arguments ("first?" "forms")) nil [1348 1830])
615             ("thread-first" function (:arguments ("forms")) nil [1832 2265])
616             ("thread-last" function (:arguments ("forms")) nil [2267 2656])
617             ("internal--listify" function (:arguments ("elt")) nil [2658 2916])
618             ("internal--check-binding" function (:arguments ("binding")) nil [2918 3133])
619             ("internal--build-binding-value-form" function (:arguments ("binding" "prev-var")) nil [3135 3338])
620             ("internal--build-binding" function (:arguments ("binding" "prev-var")) nil [3340 3573])
621             ("internal--build-bindings" function (:arguments ("bindings")) nil [3575 3897])
622             ("if-let*" function (:arguments ("varlist" "then" "else")) nil [3899 4392])
623             ("when-let*" function (:arguments ("varlist" "body")) nil [4394 4687])
624             ("and-let*" function (:arguments ("varlist" "body")) nil [4689 5231])
625             ("if-let" function (:arguments ("spec" "then" "else")) nil [5233 6395])
626             ("when-let" function (:arguments ("spec" "body")) nil [6397 6786])
627             ("hash-table-empty-p" function (:arguments ("hash-table")) nil [6788 6926])
628             ("hash-table-keys" function (:arguments ("hash-table")) nil [6928 7070])
629             ("hash-table-values" function (:arguments ("hash-table")) nil [7072 7220])
630             ("string-empty-p" function (:arguments ("string")) nil [7222 7313])
631             ("string-join" function (:arguments ("strings" "separator")) nil [7315 7447])
632             ("define-obsolete-function-alias" code nil nil [7449 7513])
633             ("string-trim-left" function (:arguments ("string" "regexp")) nil [7515 7785])
634             ("string-trim-right" function (:arguments ("string" "regexp")) nil [7787 8060])
635             ("string-trim" function (:arguments ("string" "trim-left" "trim-right")) nil [8062 8332])
636             ("string-blank-p" function (:arguments ("string")) nil [8334 8474])
637             ("string-remove-prefix" function (:arguments ("prefix" "string")) nil [8476 8656])
638             ("string-remove-suffix" function (:arguments ("suffix" "string")) nil [8658 8860])
639             ("subr-x" package nil nil [8862 8879]))          
640       :file "subr-x.el"
641       :pointmax 8905
642       :fsize 8904
643       :lastmodtime '(23525 29544 0 0)
644       :unmatched-syntax '((close-paren 1344 . 1345) (symbol 1309 . 1326) (open-paren 1308 . 1309)))
645     (semanticdb-table "semanticdb-table"
646       :major-mode emacs-lisp-mode
647       :tags 
648         '( ("lisp-mode" include nil nil [1212 1232])
649             ("lisp-mnt" include nil nil [1269 1288])
650             ("cl-lib" include nil nil [1308 1325])
651             ("generated-autoload-file" variable nil nil [1328 1850])
652             ("put" code nil nil [1866 1926])
653             ("generated-autoload-load-name" variable nil nil [1928 2242])
654             ("put" code nil nil [2258 2323])
655             ("generate-autoload-cookie" variable (:default-value ";;;###autoload") nil [2466 2969])
656             ("autoload-excludes" variable nil nil [2971 3072])
657             ("generate-autoload-section-header" variable
658                (:constant-flag t
659                 :default-value "
660 ;;;### ")
661                 nil [3074 3209])
662             ("generate-autoload-section-trailer" variable
663                (:constant-flag t
664                 :default-value "
665 ;;;***
666 ")
667                 nil [3211 3343])
668             ("generate-autoload-section-continuation" variable
669                (:constant-flag t
670                 :default-value ";;;;;; ")
671                 nil [3345 3471])
672             ("autoload--non-timestamp" variable
673                (:constant-flag t
674                 :default-value (quote (0 0 0 0)))
675                 nil [3670 3770])
676             ("autoload-timestamps" variable nil nil [3772 4730])
677             ("autoload-modified-buffers" variable nil nil [4732 4766])
678             ("make-autoload" function (:arguments ("form" "file" "expansion")) nil [4798 11261])
679             ("autoload-find-generated-file" function nil nil [11471 12062])
680             ("autoload-generated-file" function nil nil [12064 12635])
681             ("autoload-read-section-header" function nil nil [12638 13344])
682             ("autoload-print-form-outbuf" variable nil nil [13346 13444])
683             ("autoload-print-form" function (:arguments ("form")) nil [13446 15134])
684             ("autoload-rubric" function (:arguments ("file" "type" "feature")) nil [15136 16432])
685             ("autoload-ensure-writable" variable nil nil [16434 16550])
686             ("put" code nil nil [16654 16709])
687             ("autoload-ensure-file-writeable" function (:arguments ("file")) nil [16711 17242])
688             ("autoload-insert-section-header" function (:arguments ("outbuf" "autoloads" "load-name" "file" "time")) nil [17244 18315])
689             ("autoload-find-file" function (:arguments ("file")) nil [18317 18925])
690             ("no-update-autoloads" variable nil nil [18927 19035])
691             ("autoload-file-load-name" function (:arguments ("file")) nil [19037 20363])
692             ("generate-file-autoloads" function
693                (:user-visible-flag t
694                 :arguments ("file"))
695                 nil [20365 20873])
696             ("autoload-compute-prefixes" variable (:default-value t) nil [20875 21194])
697             ("put" code nil nil [21195 21244])
698             ("autoload-def-prefixes-max-entries" variable
699                (:constant-flag t
700                 :default-value 5)
701                 nil [21246 21600])
702             ("autoload-def-prefixes-max-length" variable
703                (:constant-flag t
704                 :default-value 12)
705                 nil [21602 21751])
706             ("radix-tree" include nil nil [21753 21774])
707             ("autoload--make-defs-autoload" function (:arguments ("defs" "file")) nil [21776 26249])
708             ("autoload--setup-output" function (:arguments ("otherbuf" "outbuf" "absfile" "load-name")) nil [26251 26909])
709             ("autoload--print-cookie-text" function (:arguments ("output-start" "load-name" "file")) nil [26911 28199])
710             ("autoload-builtin-package-versions" variable nil nil [28201 28247])
711             ("autoload-generate-file-autoloads" function (:arguments ("file" "outbuf" "outfile")) nil [28600 40594])
712             ("autoload--save-buffer" function nil nil [40674 41507])
713             ("autoload-save-buffers" function nil nil [41509 41665])
714             ("update-file-autoloads" function
715                (:user-visible-flag t
716                 :arguments ("file" "save-after" "outfile"))
717                 nil [41766 42996])
718             ("autoload-find-destination" function (:arguments ("file" "load-name")) nil [42998 47206])
719             ("autoload-remove-section" function (:arguments ("begin")) nil [47208 47352])
720             ("update-directory-autoloads" function
721                (:user-visible-flag t
722                 :arguments ("dirs"))
723                 nil [47369 53005])
724             ("define-obsolete-function-alias" code nil nil [53007 53113])
725             ("batch-update-autoloads" function nil nil [53130 54182])
726             ("autoload" package nil nil [54184 54203]))          
727       :file "autoload.el"
728       :pointmax 54231
729       :fsize 54230
730       :lastmodtime '(23525 29538 0 0)
731       :unmatched-syntax '((close-paren 1325 . 1326) (symbol 1290 . 1307) (open-paren 1289 . 1290)))
732     (semanticdb-table "semanticdb-table"
733       :file "lisp-mode.el"
734       :fsize 58398
735       :lastmodtime '(23525 29542 0 0))
736     (semanticdb-table "semanticdb-table"
737       :file "lisp-mnt.el"
738       :fsize 22292
739       :lastmodtime '(23525 29542 0 0))
740     (semanticdb-table "semanticdb-table"
741       :file "radix-tree.el"
742       :fsize 9319
743       :lastmodtime '(23525 29543 0 0))
744     (semanticdb-table "semanticdb-table"
745       :file "seq.el"
746       :fsize 19314
747       :lastmodtime '(23525 29544 0 0))
748     (semanticdb-table "semanticdb-table"
749       :major-mode emacs-lisp-mode
750       :tags 
751         '( ("backquote" include nil nil [5172 5192])
752             ("macroexp" include nil nil [5193 5212])
753             ("cconv" include nil nil [5213 5229])
754             ("cl-lib" include nil nil [5230 5247])
755             ("or" code nil nil [5441 5489])
756             ("or" code nil nil [5491 5584])
757             ("bytecomp" customgroup (:user-visible-flag t) nil [5717 5785])
758             ("emacs-lisp-file-regexp" variable (:default-value "\\.el\\'") nil [5787 6129])
759             ("byte-compile-dest-file-function" variable nil nil [6131 6624])
760             ("byte-compiler-base-file-name" function (:arguments ("filename")) nil [6777 7004])
761             ("if" code nil nil [7081 8047])
762             ("byte-compile-inline-expand" function (:prototype-flag t) nil [8106 8155])
763             ("byte-optimize-form" function (:prototype-flag t) nil [8216 8257])
764             ("byte-optimize-lapcode" function (:prototype-flag t) nil [8317 8361])
765             ("byte-compile-unfold-lambda" function (:prototype-flag t) nil [8362 8411])
766             ("byte-decompile-bytecode" function (:prototype-flag t) nil [8635 8681])
767             ("byte-compile-verbose" variable (:default-value (and (not noninteractive) (> baud-rate search-slow-speed))) nil [8683 8883])
768             ("byte-optimize" variable (:default-value t) nil [8885 9284])
769             ("byte-compile-delete-errors" variable nil nil [9286 9509])
770             ("byte-compile-cond-use-jump-table" variable (:default-value t) nil [9511 9691])
771             ("byte-compile-dynamic" variable nil nil [9693 10191])
772             ("byte-compile-disable-print-circle" variable nil nil [10266 10385])
773             ("make-obsolete-variable" code nil nil [10386 10456])
774             ("byte-compile-dynamic-docstrings" variable (:default-value t) nil [10544 11259])
775             ("byte-compile-log-buffer" variable
776                (:constant-flag t
777                 :default-value "*Compile-Log*")
778                 nil [11345 11439])
779             ("byte-optimize-log" variable nil nil [11441 11891])
780             ("byte-compile-error-on-warn" variable nil nil [11893 12033])
781             ("byte-compile-warning-types" variable
782                (:constant-flag t
783                 :default-value (quote (redefine callargs free-vars unresolved obsolete noruntime cl-functions interactive-only make-local mapcar constants suspicious lexical)))
784                 nil [12397 12656])
785             ("byte-compile-warnings" variable (:default-value t) nil [12657 14213])
786             ("put" code nil nil [14230 14392])
787             ("byte-compile-warning-enabled-p" function (:arguments ("warning")) nil [14394 14705])
788             ("byte-compile-disable-warning" function (:arguments ("warning")) nil [14722 15465])
789             ("byte-compile-enable-warning" function (:arguments ("warning")) nil [15482 16183])
790             ("byte-compile-interactive-only-functions" variable nil nil [16185 16301])
791             ("make-obsolete-variable" code nil nil [16302 16434])
792             ("byte-compile-not-obsolete-vars" variable nil nil [16436 16541])
793             ("byte-compile-global-not-obsolete-vars" variable nil nil [16542 16661])
794             ("byte-compile-not-obsolete-funcs" variable nil nil [16663 16769])
795             ("byte-compile-generate-call-tree" variable nil nil [16771 17573])
796             ("byte-compile-call-tree" variable nil nil [17575 17854])
797             ("byte-compile-call-tree-sort" variable (:default-value (quote name)) nil [17856 18146])
798             ("byte-compile-debug" variable nil nil [18148 18260])
799             ("byte-compile-jump-tables" variable nil nil [18261 18364])
800             ("byte-compile-constants" variable nil nil [18365 18471])
801             ("byte-compile-variables" variable nil nil [18472 18578])
802             ("byte-compile-bound-variables" variable nil nil [18579 18729])
803             ("byte-compile-lexical-variables" variable nil nil [18730 18897])
804             ("byte-compile-const-variables" variable nil nil [18898 19016])
805             ("byte-compile-free-references" variable nil nil [19017 19054])
806             ("byte-compile-free-assignments" variable nil nil [19055 19093])
807             ("byte-compiler-error-flag" variable nil nil [19095 19128])
808             ("byte-compile-recurse-toplevel" function (:arguments ("form" "non-toplevel-case")) nil [19130 19918])
809             ("byte-compile-initial-macro-environment" variable
810                (:constant-flag t
811                 :default-value (\` ((declare-function . byte-compile-macroexpand-declare-function) (eval-when-compile \, (lambda (&rest body) (let ((result nil)) (byte-compile-recurse-toplevel (macroexp-progn body) (lambda (form) (let ((byte-compile-unresolved-functions byte-compile-unresolved-functions) (byte-compile-new-defuns byte-compile-new-defuns)) (setf result (byte-compile-eval (byte-compile-top-level (byte-compile-preprocess form))))))) (list (quote quote) result)))) (eval-and-compile \, (lambda (&rest body) (byte-compile-recurse-toplevel (macroexp-progn body) (lambda (form) (let ((expanded (macroexpand-all form macroexpand-all-environment))) (eval expanded lexical-binding) expanded))))))))
812                 nil [19920 22311])
813             ("byte-compile-macro-environment" variable (:default-value byte-compile-initial-macro-environment) nil [22313 22564])
814             ("byte-compile-function-environment" variable nil nil [22566 23017])
815             ("byte-compile-unresolved-functions" variable nil nil [23019 23304])
816             ("byte-compile-noruntime-functions" variable nil nil [23306 23581])
817             ("byte-compile-new-defuns" variable nil nil [23583 23823])
818             ("byte-compile--lexical-environment" variable nil nil [23858 23941])
819             ("byte-compile-tag-number" variable nil nil [23943 23977])
820             ("byte-compile-output" variable nil nil [23978 24100])
821             ("byte-compile-depth" variable nil nil [24101 24166])
822             ("byte-compile-maxdepth" variable nil nil [24167 24235])
823             ("byte-code-vector" variable nil nil [24305 24403])
824             ("byte-stack+-info" variable nil nil [24405 24493])
825             ("byte-defop" function (:arguments ("opcode" "stack-adjust" "opname" "docstring")) nil [24495 25522])
826             ("byte-extrude-byte-code-vectors" function nil nil [25524 25856])
827             ("byte-defop" code nil nil [25949 26005])
828             ("byte-defop" code nil nil [26006 26062])
829             ("byte-defop" code nil nil [26063 26119])
830             ("byte-defop" code nil nil [26120 26177])
831             ("byte-defop" code nil nil [26178 26232])
832             ("byte-defop" code nil nil [26233 26297])
833             ("byte-defop" code nil nil [26479 26514])
834             ("byte-defop" code nil nil [26515 26549])
835             ("byte-defop" code nil nil [26550 26592])
836             ("byte-defop" code nil nil [26612 26640])
837             ("byte-defop" code nil nil [26641 26673])
838             ("byte-defop" code nil nil [26674 26704])
839             ("byte-defop" code nil nil [26705 26737])
840             ("byte-defop" code nil nil [26738 26768])
841             ("byte-defop" code nil nil [26769 26796])
842             ("byte-defop" code nil nil [26797 26826])
843             ("byte-defop" code nil nil [26827 26855])
844             ("byte-defop" code nil nil [26856 26884])
845             ("byte-defop" code nil nil [26885 26913])
846             ("byte-defop" code nil nil [26914 26943])
847             ("byte-defop" code nil nil [26944 26974])
848             ("byte-defop" code nil nil [26975 27005])
849             ("byte-defop" code nil nil [27006 27036])
850             ("byte-defop" code nil nil [27037 27067])
851             ("byte-defop" code nil nil [27068 27099])
852             ("byte-defop" code nil nil [27100 27129])
853             ("byte-defop" code nil nil [27130 27159])
854             ("byte-defop" code nil nil [27160 27197])
855             ("byte-defop" code nil nil [27198 27238])
856             ("byte-defop" code nil nil [27264 27292])
857             ("byte-defop" code nil nil [27293 27322])
858             ("byte-defop" code nil nil [27348 27376])
859             ("byte-defop" code nil nil [27377 27411])
860             ("byte-defop" code nil nil [27412 27444])
861             ("byte-defop" code nil nil [27445 27477])
862             ("byte-defop" code nil nil [27478 27510])
863             ("byte-defop" code nil nil [27511 27540])
864             ("byte-defop" code nil nil [27541 27570])
865             ("byte-defop" code nil nil [27571 27603])
866             ("byte-defop" code nil nil [27604 27632])
867             ("byte-defop" code nil nil [27633 27661])
868             ("byte-defop" code nil nil [27662 27690])
869             ("byte-defop" code nil nil [27691 27719])
870             ("byte-defop" code nil nil [27720 27749])
871             ("byte-defop" code nil nil [27750 27781])
872             ("byte-defop" code nil nil [27782 27811])
873             ("byte-defop" code nil nil [27812 27840])
874             ("byte-defop" code nil nil [27841 27869])
875             ("byte-defop" code nil nil [27870 27899])
876             ("byte-defop" code nil nil [27911 27941])
877             ("byte-defop" code nil nil [27942 27976])
878             ("byte-defop" code nil nil [27977 28008])
879             ("byte-defop" code nil nil [28009 28043])
880             ("byte-defop" code nil nil [28044 28078])
881             ("byte-defop" code nil nil [28079 28114])
882             ("byte-defop" code nil nil [28115 28154])
883             ("byte-defop" code nil nil [28155 28194])
884             ("byte-defop" code nil nil [28195 28234])
885             ("byte-defop" code nil nil [28235 28269])
886             ("byte-defop" code nil nil [28270 28315])
887             ("byte-defop" code nil nil [28348 28377])
888             ("byte-defop" code nil nil [28378 28407])
889             ("byte-defop" code nil nil [28408 28437])
890             ("byte-defop" code nil nil [28438 28467])
891             ("byte-defop" code nil nil [28468 28507])
892             ("byte-defop" code nil nil [28508 28543])
893             ("byte-defop" code nil nil [28544 28639])
894             ("byte-defop" code nil nil [28640 28682])
895             ("byte-defop" code nil nil [28683 28730])
896             ("byte-defop" code nil nil [28760 28797])
897             ("byte-defop" code nil nil [28798 28835])
898             ("byte-defop" code nil nil [28836 28879])
899             ("byte-defop" code nil nil [28880 28924])
900             ("byte-defop" code nil nil [28925 28962])
901             ("byte-defop" code nil nil [28963 28999])
902             ("byte-defop" code nil nil [29000 29041])
903             ("byte-defop" code nil nil [29042 29080])
904             ("byte-defop" code nil nil [29081 29122])
905             ("byte-defop" code nil nil [29123 29153])
906             ("byte-defop" code nil nil [29154 29190])
907             ("byte-defop" code nil nil [29260 29368])
908             ("byte-defop" code nil nil [29369 29423])
909             ("byte-defop" code nil nil [29424 29496])
910             ("byte-defop" code nil nil [29497 29577])
911             ("byte-defop" code nil nil [29578 29704])
912             ("byte-defop" code nil nil [29705 29839])
913             ("byte-defop" code nil nil [29841 29920])
914             ("byte-defop" code nil nil [29921 29987])
915             ("byte-defop" code nil nil [29988 30056])
916             ("byte-defop" code nil nil [30058 30156])
917             ("byte-defop" code nil nil [30157 30272])
918             ("byte-defop" code nil nil [30273 30387])
919             ("byte-defop" code nil nil [30388 30490])
920             ("byte-defop" code nil nil [30491 30608])
921             ("byte-defop" code nil nil [30727 30766])
922             ("byte-defop" code nil nil [30768 30826])
923             ("byte-defop" code nil nil [30827 30884])
924             ("byte-defop" code nil nil [31033 31068])
925             ("byte-defop" code nil nil [31098 31133])
926             ("byte-defop" code nil nil [31134 31174])
927             ("byte-defop" code nil nil [31175 31209])
928             ("byte-defop" code nil nil [31210 31241])
929             ("byte-defop" code nil nil [31242 31275])
930             ("byte-defop" code nil nil [31276 31308])
931             ("byte-defop" code nil nil [31309 31341])
932             ("byte-defop" code nil nil [31342 31372])
933             ("byte-defop" code nil nil [31373 31404])
934             ("byte-defop" code nil nil [31405 31433])
935             ("byte-defop" code nil nil [31434 31465])
936             ("byte-defop" code nil nil [31466 31495])
937             ("byte-defop" code nil nil [31496 31529])
938             ("byte-defop" code nil nil [31530 31561])
939             ("byte-defop" code nil nil [31562 31593])
940             ("byte-defop" code nil nil [31594 31627])
941             ("byte-defop" code nil nil [31628 31661])
942             ("byte-defop" code nil nil [31662 31692])
943             ("byte-defop" code nil nil [31693 31721])
944             ("byte-defop" code nil nil [31722 31750])
945             ("byte-defop" code nil nil [31751 31783])
946             ("byte-defop" code nil nil [31784 31817])
947             ("byte-defop" code nil nil [31838 31869])
948             ("byte-defop" code nil nil [31870 31903])
949             ("byte-defop" code nil nil [31904 31937])
950             ("byte-defop" code nil nil [31939 31973])
951             ("byte-defop" code nil nil [32012 32047])
952             ("byte-defop" code nil nil [32328 32362])
953             ("byte-discardN-preserve-tos" variable
954                (:constant-flag t
955                 :default-value byte-discardN)
956                 nil [32520 32571])
957             ("byte-defop" code nil nil [32573 32707])
958             ("byte-defop" code nil nil [32729 32792])
959             ("byte-constant-limit" variable
960                (:constant-flag t
961                 :default-value 64)
962                 nil [32841 32940])
963             ("byte-goto-ops" variable
964                (:constant-flag t
965                 :default-value (quote (byte-goto byte-goto-if-nil byte-goto-if-not-nil byte-goto-if-nil-else-pop byte-goto-if-not-nil-else-pop byte-pushcatch byte-pushconditioncase)))
966                 nil [32942 33192])
967             ("byte-goto-always-pop-ops" variable
968                (:constant-flag t
969                 :default-value (quote (byte-goto-if-nil byte-goto-if-not-nil)))
970                 nil [33194 33270])
971             ("byte-extrude-byte-code-vectors" code nil nil [33272 33304])
972             ("byte-compile-push-bytecodes" function (:arguments ("args")) nil [34883 35551])
973             ("byte-compile-push-bytecode-const2" function (:arguments ("opcode" "const2" "bytes" "pc")) nil [35553 35834])
974             ("byte-compile-lapcode" function (:arguments ("lap")) nil [35836 40865])
975             ("byte-compile-cl-file-p" function (:arguments ("file")) nil [40898 41072])
976             ("byte-compile-eval" function (:arguments ("form")) nil [41074 43031])
977             ("byte-compile-eval-before-compile" function (:arguments ("form")) nil [43033 43589])
978             ("byte-compile-current-form" variable nil nil [43620 43658])
979             ("byte-compile-dest-file" variable nil nil [43659 43694])
980             ("byte-compile-current-file" variable nil nil [43695 43733])
981             ("byte-compile-current-group" variable nil nil [43734 43773])
982             ("byte-compile-current-buffer" variable nil nil [43774 43814])
983             ("byte-compile-log" function (:arguments ("format-string" "args")) nil [43855 44204])
984             ("byte-compile-log-1" function (:arguments ("string")) nil [44245 44542])
985             ("byte-compile-read-position" variable nil nil [44544 44637])
986             ("byte-compile-last-position" variable nil nil [44638 44725])
987             ("byte-compile-delete-first" function (:arguments ("elt" "list")) nil [44755 45020])
988             ("byte-compile-set-symbol-position" function (:arguments ("sym" "allow-previous")) nil [46080 46746])
989             ("byte-compile-last-warned-form" variable nil nil [46748 46790])
990             ("byte-compile-last-logged-file" variable nil nil [46791 46833])
991             ("byte-compile-root-dir" variable nil nil [46834 46942])
992             ("byte-compile-abbreviate-file" function (:arguments ("file" "dir")) nil [47068 47254])
993             ("byte-compile-warning-prefix" function (:arguments ("level" "entry")) nil [47365 49066])
994             ("byte-compile-warning-series" function (:arguments ("_ignore")) nil [49220 49277])
995             ("declare-function" code nil nil [49327 49384])
996             ("byte-compile-log-file" function nil nil [49564 51029])
997             ("byte-compile-log-warning-function" variable (:default-value (function byte-compile--log-warning-for-byte-compile)) nil [51031 51484])
998             ("byte-compile-log-warning" function (:arguments ("string" "fill" "level")) nil [51486 51799])
999             ("byte-compile--log-warning-for-byte-compile" function (:arguments ("string" "_position" "fill" "level")) nil [51801 52598])
1000             ("byte-compile-warn" function (:arguments ("format" "args")) nil [52600 52932])
1001             ("byte-compile-warn-obsolete" function (:arguments ("symbol")) nil [52934 53430])
1002             ("byte-compile-report-error" function (:arguments ("error-info" "fill")) nil [53432 53870])
1003             ("byte-compile-fdefinition" function (:arguments ("name" "macro-p")) nil [53903 55283])
1004             ("byte-compile-arglist-signature" function (:arguments ("arglist")) nil [55285 55913])
1005             ("byte-compile--function-signature" function (:arguments ("f")) nil [55915 56495])
1006             ("byte-compile-arglist-signatures-congruent-p" function (:arguments ("old" "new")) nil [56497 56795])
1007             ("byte-compile-arglist-signature-string" function (:arguments ("signature")) nil [56797 57046])
1008             ("byte-compile-function-warn" function (:arguments ("f" "nargs" "def")) nil [57048 57905])
1009             ("byte-compile-callargs-warn" function (:arguments ("form")) nil [57985 58811])
1010             ("byte-compile-format-warn" function (:arguments ("form")) nil [58813 59927])
1011             ("dolist" code nil nil [59929 60007])
1012             ("byte-compile-nogroup-warn" function (:arguments ("form")) nil [60075 61135])
1013             ("byte-compile-arglist-warn" function (:arguments ("name" "arglist" "macrop")) nil [61230 63601])
1014             ("byte-compile-cl-functions" variable nil nil [63603 63678])
1015             ("byte-compile-find-cl-functions" function nil nil [63801 64143])
1016             ("byte-compile-cl-warn" function (:arguments ("form")) nil [64145 65106])
1017             ("byte-compile-print-syms" function (:arguments ("str1" "strn" "syms")) nil [65108 65744])
1018             ("byte-compile-warn-about-unresolved-functions" function nil nil [65931 66880])
1019             ("byte-compile--outbuffer" variable nil nil [66975 67007])
1020             ("byte-compile-close-variables" function (:arguments ("body")) nil [67009 68310])
1021             ("displaying-byte-compile-warnings" function (:arguments ("body")) nil [68312 69711])
1022             ("byte-force-recompile" function
1023                (:user-visible-flag t
1024                 :arguments ("directory"))
1025                 nil [69729 70001])
1026             ("byte-recompile-directory" function
1027                (:user-visible-flag t
1028                 :arguments ("directory" "arg" "force"))
1029                 nil [70018 73604])
1030             ("no-byte-compile" variable nil nil [73606 73822])
1031             ("byte-recompile-file" function
1032                (:user-visible-flag t
1033                 :arguments ("filename" "force" "arg" "load"))
1034                 nil [73921 75940])
1035             ("byte-compile-level" variable nil nil [75942 76027])
1036             ("byte-compile-file" function
1037                (:user-visible-flag t
1038                 :arguments ("filename" "load"))
1039                 nil [76044 83751])
1040             ("compile-defun" function
1041                (:user-visible-flag t
1042                 :arguments ("arg"))
1043                 nil [83800 84853])
1044             ("byte-compile-from-buffer" function (:arguments ("inbuffer")) nil [84855 88523])
1045             ("byte-compile-fix-header" function (:arguments ("_filename")) nil [88525 90181])
1046             ("byte-compile-insert-header" function (:arguments ("_filename" "outbuffer")) nil [90183 92206])
1047             ("byte-compile-output-file-form" function (:arguments ("form")) nil [92208 93420])
1048             ("byte-compile--for-effect" variable nil nil [93422 93455])
1049             ("byte-compile-output-docform" function (:arguments ("preface" "name" "info" "form" "specindex" "quoted")) nil [93457 98012])
1050             ("byte-compile-keep-pending" function (:arguments ("form" "handler")) nil [98014 98554])
1051             ("byte-compile-flush-pending" function nil nil [98556 99033])
1052             ("byte-compile-force-lexical-warnings" variable nil nil [99035 99083])
1053             ("byte-compile-preprocess" function (:arguments ("form" "_for-effect")) nil [99085 99683])
1054             ("byte-compile-toplevel-file-form" function (:arguments ("top-level-form")) nil [99725 99994])
1055             ("byte-compile-file-form" function (:arguments ("form")) nil [100033 100376])
1056             ("put" code nil nil [100539 100606])
1057             ("byte-compile-file-form-autoload" function (:arguments ("form")) nil [100607 102371])
1058             ("put" code nil nil [102373 102438])
1059             ("put" code nil nil [102439 102504])
1060             ("byte-compile--declare-var" function (:arguments ("sym")) nil [102506 103043])
1061             ("byte-compile-file-form-defvar" function (:arguments ("form")) nil [103045 103553])
1062             ("put" code nil nil [103555 103645])
1063             ("put" code nil nil [103646 103723])
1064             ("byte-compile-file-form-defvar-function" function (:arguments ("form")) nil [103725 103919])
1065             ("put" code nil nil [103921 104023])
1066             ("byte-compile-file-form-custom-declare-variable" function (:arguments ("form")) nil [104024 104222])
1067             ("put" code nil nil [104224 104289])
1068             ("byte-compile-file-form-require" function (:arguments ("form")) nil [104290 105628])
1069             ("put" code nil nil [105630 105691])
1070             ("put" code nil nil [105692 105753])
1071             ("put" code nil nil [105754 105815])
1072             ("byte-compile-file-form-progn" function (:arguments ("form")) nil [105816 105960])
1073             ("put" code nil nil [105962 106050])
1074             ("byte-compile-file-form-with-no-warnings" function (:arguments ("form")) nil [106051 106229])
1075             ("put" code nil nil [106338 106397])
1076             ("byte-compile-file-form-eval" function (:arguments ("form")) nil [106398 106547])
1077             ("byte-compile-file-form-defmumble" function (:arguments ("name" "macro" "arglist" "body" "rest")) nil [106549 112269])
1078             ("byte-compile-output-as-comment" function (:arguments ("exp" "quoted")) nil [112271 113749])
1079             ("byte-compile--reify-function" function (:arguments ("fun")) nil [113751 114963])
1080             ("byte-compile" function (:arguments ("form")) nil [114981 116370])
1081             ("byte-compile-sexp" function (:arguments ("sexp")) nil [116372 116564])
1082             ("byte-compile-check-lambda-list" function (:arguments ("list")) nil [116566 117515])
1083             ("byte-compile-arglist-vars" function (:arguments ("arglist")) nil [117518 117675])
1084             ("byte-compile-make-lambda-lexenv" function (:arguments ("args")) nil [117677 118028])
1085             ("byte-compile-make-args-desc" function (:arguments ("arglist")) nil [118030 118729])
1086             ("byte-compile-lambda" function (:arguments ("fun" "add-lambda" "reserved-csts")) nil [118732 122764])
1087             ("byte-compile-reserved-constants" variable nil nil [122766 122808])
1088             ("byte-compile-constants-vector" function nil nil [122810 124375])
1089             ("byte-compile-top-level" function (:arguments ("form" "for-effect" "output-type" "lexenv" "reserved-csts")) nil [124502 126044])
1090             ("byte-compile-out-toplevel" function (:arguments ("for-effect" "output-type")) nil [126046 130423])
1091             ("byte-compile-top-level-body" function (:arguments ("body" "for-effect")) nil [130474 130683])
1092             ("byte-compile-macroexpand-declare-function" function (:arguments ("fn" "file" "args")) nil [130741 131725])
1093             ("byte-compile-form" function (:arguments ("form" "for-effect")) nil [132453 135716])
1094             ("byte-compile-normal-call" function (:arguments ("form")) nil [135718 136570])
1095             ("byte-compile-inline-lapcode" function (:arguments ("lap" "end-depth")) nil [136842 139853])
1096             ("byte-compile-unfold-bcf" function (:arguments ("form")) nil [139855 142318])
1097             ("byte-compile-check-variable" function (:arguments ("var" "access-type")) nil [142320 143261])
1098             ("byte-compile-dynamic-variable-op" function (:arguments ("base-op" "var")) nil [143263 143490])
1099             ("byte-compile-dynamic-variable-bind" function (:arguments ("var")) nil [143492 143761])
1100             ("byte-compile-variable-ref" function (:arguments ("var")) nil [143763 144454])
1101             ("byte-compile-variable-set" function (:arguments ("var")) nil [144456 145150])
1102             ("byte-compile-get-constant" function (:arguments ("const")) nil [145152 145576])
1103             ("byte-compile-constant" function (:arguments ("const")) nil [145670 145829])
1104             ("byte-compile-push-constant" function (:arguments ("const")) nil [145946 146128])
1105             ("byte-defop-compiler" function (:arguments ("function" "compile-handler")) nil [146227 147701])
1106             ("byte-defop-compiler-1" function (:arguments ("function" "compile-handler")) nil [147703 147838])
1107             ("put" code nil nil [147842 147887])
1108             ("put" code nil nil [147888 147931])
1109             ("put" code nil nil [147932 147975])
1110             ("put" code nil nil [147976 148019])
1111             ("put" code nil nil [148020 148063])
1112             ("put" code nil nil [148064 148107])
1113             ("put" code nil nil [148108 148155])
1114             ("put" code nil nil [148156 148203])
1115             ("put" code nil nil [148204 148251])
1116             ("put" code nil nil [148252 148299])
1117             ("put" code nil nil [148300 148347])
1118             ("byte-defop-compiler" code nil nil [148349 148379])
1119             ("byte-defop-compiler" code nil nil [148424 148458])
1120             ("byte-defop-compiler" code nil nil [148459 148493])
1121             ("byte-defop-compiler" code nil nil [148494 148532])
1122             ("byte-defop-compiler" code nil nil [148533 148571])
1123             ("byte-defop-compiler" code nil nil [148572 148610])
1124             ("byte-defop-compiler" code nil nil [148611 148640])
1125             ("byte-defop-compiler" code nil nil [148641 148670])
1126             ("byte-defop-compiler" code nil nil [148671 148700])
1127             ("byte-defop-compiler" code nil nil [148701 148730])
1128             ("byte-defop-compiler" code nil nil [148731 148769])
1129             ("byte-defop-compiler" code nil nil [148872 148902])
1130             ("byte-defop-compiler" code nil nil [148903 148943])
1131             ("byte-defop-compiler" code nil nil [148944 148984])
1132             ("byte-defop-compiler" code nil nil [148985 149025])
1133             ("byte-defop-compiler" code nil nil [149026 149058])
1134             ("byte-defop-compiler" code nil nil [149059 149089])
1135             ("byte-defop-compiler" code nil nil [149090 149122])
1136             ("byte-defop-compiler" code nil nil [149123 149153])
1137             ("byte-defop-compiler" code nil nil [149154 149182])
1138             ("byte-defop-compiler" code nil nil [149183 149222])
1139             ("byte-defop-compiler" code nil nil [149223 149251])
1140             ("byte-defop-compiler" code nil nil [149252 149280])
1141             ("byte-defop-compiler" code nil nil [149281 149312])
1142             ("byte-defop-compiler" code nil nil [149313 149349])
1143             ("byte-defop-compiler" code nil nil [149350 149389])
1144             ("byte-defop-compiler" code nil nil [149390 149428])
1145             ("byte-defop-compiler" code nil nil [149429 149467])
1146             ("byte-defop-compiler" code nil nil [149468 149502])
1147             ("byte-defop-compiler" code nil nil [149503 149540])
1148             ("byte-defop-compiler" code nil nil [149541 149576])
1149             ("byte-defop-compiler" code nil nil [149625 149663])
1150             ("byte-defop-compiler" code nil nil [149664 149699])
1151             ("byte-defop-compiler" code nil nil [149700 149733])
1152             ("byte-defop-compiler" code nil nil [149734 149767])
1153             ("byte-defop-compiler" code nil nil [149768 149801])
1154             ("byte-defop-compiler" code nil nil [149802 149834])
1155             ("byte-defop-compiler" code nil nil [149835 149868])
1156             ("byte-defop-compiler" code nil nil [149869 149917])
1157             ("byte-defop-compiler" code nil nil [149918 149966])
1158             ("byte-defop-compiler" code nil nil [149967 149996])
1159             ("byte-defop-compiler" code nil nil [149997 150026])
1160             ("byte-defop-compiler" code nil nil [150027 150056])
1161             ("byte-defop-compiler" code nil nil [150057 150086])
1162             ("byte-defop-compiler" code nil nil [150087 150115])
1163             ("byte-defop-compiler" code nil nil [150116 150160])
1164             ("byte-defop-compiler" code nil nil [150161 150201])
1165             ("byte-defop-compiler" code nil nil [150202 150242])
1166             ("byte-defop-compiler" code nil nil [150243 150284])
1167             ("byte-defop-compiler" code nil nil [150285 150326])
1168             ("byte-defop-compiler" code nil nil [150327 150355])
1169             ("byte-defop-compiler" code nil nil [150356 150384])
1170             ("byte-defop-compiler" code nil nil [150385 150421])
1171             ("byte-defop-compiler" code nil nil [150422 150477])
1172             ("byte-defop-compiler" code nil nil [150478 150514])
1173             ("byte-defop-compiler" code nil nil [150515 150554])
1174             ("byte-defop-compiler" code nil nil [150555 150588])
1175             ("byte-defop-compiler" code nil nil [150589 150620])
1176             ("byte-defop-compiler" code nil nil [150621 150654])
1177             ("byte-defop-compiler" code nil nil [150655 150687])
1178             ("byte-defop-compiler" code nil nil [150688 150720])
1179             ("byte-defop-compiler" code nil nil [150721 150772])
1180             ("byte-defop-compiler" code nil nil [150773 150824])
1181             ("byte-defop-compiler" code nil nil [150825 150855])
1182             ("byte-defop-compiler" code nil nil [150856 150887])
1183             ("byte-defop-compiler" code nil nil [150888 150916])
1184             ("byte-defop-compiler" code nil nil [150917 150948])
1185             ("byte-defop-compiler" code nil nil [150949 150978])
1186             ("byte-defop-compiler" code nil nil [150979 151023])
1187             ("byte-defop-compiler" code nil nil [151024 151068])
1188             ("byte-defop-compiler" code nil nil [151069 151100])
1189             ("byte-defop-compiler" code nil nil [151101 151132])
1190             ("byte-defop-compiler" code nil nil [151133 151173])
1191             ("byte-defop-compiler" code nil nil [151174 151211])
1192             ("byte-defop-compiler" code nil nil [151212 151252])
1193             ("byte-defop-compiler" code nil nil [151253 151289])
1194             ("byte-defop-compiler" code nil nil [151290 151319])
1195             ("byte-defop-compiler" code nil nil [151321 151372])
1196             ("byte-defop-compiler" code nil nil [151373 151424])
1197             ("byte-defop-compiler" code nil nil [151425 151485])
1198             ("byte-defop-compiler" code nil nil [151486 151546])
1199             ("byte-defop-compiler-1" code nil nil [151593 151646])
1200             ("byte-compile-subr-wrong-args" function (:arguments ("form" "n")) nil [151650 151975])
1201             ("byte-compile-no-args" function (:arguments ("form")) nil [151977 152149])
1202             ("byte-compile-one-arg" function (:arguments ("form")) nil [152151 152381])
1203             ("byte-compile-two-args" function (:arguments ("form")) nil [152383 152652])
1204             ("byte-compile-and-folded" function (:arguments ("form")) nil [152654 153153])
1205             ("byte-compile-three-args" function (:arguments ("form")) nil [153155 153463])
1206             ("byte-compile-zero-or-one-arg" function (:arguments ("form")) nil [153465 153697])
1207             ("byte-compile-one-or-two-args" function (:arguments ("form")) nil [153699 153933])
1208             ("byte-compile-two-or-three-args" function (:arguments ("form")) nil [153935 154175])
1209             ("byte-compile-noop" function (:arguments ("_form")) nil [154177 154240])
1210             ("byte-compile-discard" function (:arguments ("num" "preserve-tos")) nil [154242 155169])
1211             ("byte-compile-stack-ref" function (:arguments ("stack-pos")) nil [155171 155496])
1212             ("byte-compile-stack-set" function (:arguments ("stack-pos")) nil [155498 155689])
1213             ("byte-defop-compiler-1" code nil nil [155691 155762])
1214             ("byte-defop-compiler-1" code nil nil [155763 155838])
1215             ("byte-compile-make-closure" function (:arguments ("form")) nil [155840 156877])
1216             ("byte-compile-get-closed-var" function (:arguments ("form")) nil [156879 157101])
1217             ("byte-compile-associative" function (:arguments ("form")) nil [157421 158097])
1218             ("byte-defop-compiler" code nil nil [158138 158171])
1219             ("byte-defop-compiler" code nil nil [158172 158207])
1220             ("byte-defop-compiler" code nil nil [158208 158243])
1221             ("byte-defop-compiler" code nil nil [158244 158270])
1222             ("byte-defop-compiler" code nil nil [158271 158299])
1223             ("byte-defop-compiler" code nil nil [158300 158326])
1224             ("byte-defop-compiler" code nil nil [158327 158405])
1225             ("byte-defop-compiler" code nil nil [158406 158437])
1226             ("byte-defop-compiler" code nil nil [158438 158466])
1227             ("byte-defop-compiler-1" code nil nil [158467 158526])
1228             ("byte-defop-compiler-1" code nil nil [158527 158571])
1229             ("byte-defop-compiler" code nil nil [158572 158623])
1230             ("byte-defop-compiler" code nil nil [158624 158651])
1231             ("byte-compile-char-before" function (:arguments ("form")) nil [158717 159104])
1232             ("byte-compile-backward-char" function (:arguments ("form")) nil [159229 159600])
1233             ("byte-compile-backward-word" function (:arguments ("form")) nil [159602 159973])
1234             ("byte-compile-list" function (:arguments ("form")) nil [159975 160394])
1235             ("byte-compile-concat" function (:arguments ("form")) nil [160396 160894])
1236             ("byte-compile-minus" function (:arguments ("form")) nil [160896 161403])
1237             ("byte-compile-quo" function (:arguments ("form")) nil [161405 161751])
1238             ("byte-compile-nconc" function (:arguments ("form")) nil [161753 162160])
1239             ("byte-compile-fset" function (:arguments ("form")) nil [162162 162928])
1240             ("byte-compile-function-form" function (:arguments ("form")) nil [163123 163496])
1241             ("byte-compile-indent-to" function (:arguments ("form")) nil [163498 163807])
1242             ("byte-compile-insert" function (:arguments ("form")) nil [163809 164401])
1243             ("byte-defop-compiler-1" code nil nil [164405 164433])
1244             ("byte-defop-compiler-1" code nil nil [164434 164470])
1245             ("byte-defop-compiler-1" code nil nil [164471 164500])
1246             ("byte-compile-setq" function (:arguments ("form")) nil [164502 165322])
1247             ("byte-compile-setq-default" function (:arguments ("form")) nil [165324 166049])
1248             ("byte-defop-compiler-1" code nil nil [166051 166086])
1249             ("byte-compile-set-default" function (:arguments ("form")) nil [166087 166493])
1250             ("byte-compile-quote" function (:arguments ("form")) nil [166495 166571])
1251             ("byte-compile-body" function (:arguments ("body" "for-effect")) nil [166598 166780])
1252             ("byte-compile-body-do-effect" function (:arguments ("body")) nil [166782 166917])
1253             ("byte-compile-form-do-effect" function (:arguments ("form")) nil [166919 167054])
1254             ("byte-defop-compiler-1" code nil nil [167056 167105])
1255             ("byte-defop-compiler-1" code nil nil [167106 167135])
1256             ("byte-defop-compiler-1" code nil nil [167136 167165])
1257             ("byte-defop-compiler-1" code nil nil [167166 167195])
1258             ("byte-defop-compiler-1" code nil nil [167196 167222])
1259             ("byte-defop-compiler-1" code nil nil [167223 167251])
1260             ("byte-defop-compiler-1" code nil nil [167252 167279])
1261             ("byte-defop-compiler-1" code nil nil [167280 167306])
1262             ("byte-defop-compiler-1" code nil nil [167307 167336])
1263             ("byte-defop-compiler-1" code nil nil [167337 167368])
1264             ("byte-defop-compiler-1" code nil nil [167369 167396])
1265             ("byte-defop-compiler-1" code nil nil [167397 167442])
1266             ("byte-compile-progn" function (:arguments ("form")) nil [167444 167520])
1267             ("byte-compile-prog1" function (:arguments ("form")) nil [167522 167645])
1268             ("byte-compile-prog2" function (:arguments ("form")) nil [167647 167809])
1269             ("byte-compile-goto-if" function (:arguments ("cond" "discard" "tag")) nil [167811 168041])
1270             ("byte-compile-find-bound-condition" function (:arguments ("condition-param" "pred-list" "only-if-not-present")) nil [168170 168949])
1271             ("byte-compile-maybe-guarded" function (:arguments ("condition" "body")) nil [168951 170833])
1272             ("byte-compile-if" function (:arguments ("form")) nil [170835 171821])
1273             ("byte-compile-cond-vars" function (:arguments ("obj1" "obj2")) nil [171823 172182])
1274             ("byte-compile-cond-jump-table-info" function (:arguments ("clauses")) nil [172184 173847])
1275             ("byte-compile-cond-jump-table" function (:arguments ("clauses")) nil [173849 177226])
1276             ("byte-compile-cond" function (:arguments ("clauses")) nil [177228 178796])
1277             ("byte-compile-and" function (:arguments ("form")) nil [178798 178994])
1278             ("byte-compile-and-recursion" function (:arguments ("rest" "failtag")) nil [179113 179459])
1279             ("byte-compile-or" function (:arguments ("form")) nil [179461 179655])
1280             ("byte-compile-or-recursion" function (:arguments ("rest" "wintag")) nil [179773 180123])
1281             ("byte-compile-while" function (:arguments ("form")) nil [180125 180535])
1282             ("byte-compile-funcall" function (:arguments ("form")) nil [180537 180926])
1283             ("byte-compile-push-binding-init" function (:arguments ("clause")) nil [180946 181438])
1284             ("byte-compile-not-lexical-var-p" function (:arguments ("var")) nil [181440 181635])
1285             ("byte-compile-bind" function (:arguments ("var" "init-lexenv")) nil [181637 183376])
1286             ("byte-compile-unbind" function (:arguments ("clauses" "init-lexenv" "preserve-body-value")) nil [183378 184521])
1287             ("byte-compile-let" function (:arguments ("form")) nil [184523 185991])
1288             ("byte-defop-compiler-1" code nil nil [185996 186043])
1289             ("byte-defop-compiler-1" code nil nil [186044 186093])
1290             ("byte-defop-compiler-1" code nil nil [186094 186145])
1291             ("put" code nil nil [186147 186184])
1292             ("put" code nil nil [186185 186228])
1293             ("put" code nil nil [186229 186274])
1294             ("byte-compile-negated" function (:arguments ("form")) nil [186276 186382])
1295             ("byte-compile-negation-optimizer" function (:arguments ("form")) nil [186452 186818])
1296             ("byte-defop-compiler-1" code nil nil [186864 186893])
1297             ("byte-defop-compiler-1" code nil nil [186894 186932])
1298             ("byte-defop-compiler-1" code nil nil [186933 186971])
1299             ("byte-defop-compiler-1" code nil nil [186972 187010])
1300             ("byte-defop-compiler-1" code nil nil [187011 187054])
1301             ("byte-defop-compiler-1" code nil nil [187055 187095])
1302             ("byte-compile--use-old-handlers" variable nil nil [187253 187353])
1303             ("byte-compile-catch" function (:arguments ("form")) nil [187355 187953])
1304             ("byte-compile-unwind-protect" function (:arguments ("form")) nil [187955 188464])
1305             ("byte-compile-condition-case" function (:arguments ("form")) nil [188466 188636])
1306             ("byte-compile-condition-case--old" function (:arguments ("form")) nil [188638 191007])
1307             ("byte-compile-condition-case--new" function (:arguments ("form")) nil [191009 193370])
1308             ("byte-compile-save-excursion" function (:arguments ("form")) nil [193372 193755])
1309             ("byte-compile-save-restriction" function (:arguments ("form")) nil [193757 193926])
1310             ("byte-compile-save-current-buffer" function (:arguments ("form")) nil [193928 194103])
1311             ("byte-defop-compiler-1" code nil nil [194137 194167])
1312             ("byte-defop-compiler-1" code nil nil [194168 194220])
1313             ("byte-defop-compiler-1" code nil nil [194221 194253])
1314             ("byte-defop-compiler-1" code nil nil [194254 194309])
1315             ("byte-defop-compiler-1" code nil nil [194657 194703])
1316             ("byte-compile-make-obsolete-variable" function (:arguments ("form")) nil [194704 194903])
1317             ("byte-compile-tmp-var" variable
1318                (:constant-flag t
1319                 :default-value (make-symbol "def-tmp-var"))
1320                 nil [194905 194964])
1321             ("byte-compile-defvar" function (:arguments ("form")) nil [194966 196546])
1322             ("byte-compile-autoload" function (:arguments ("form")) nil [196548 197022])
1323             ("byte-compile-lambda-form" function (:arguments ("_form")) nil [197133 197272])
1324             ("put" code nil nil [197350 197417])
1325             ("byte-compile-file-form-defalias" function (:arguments ("form")) nil [197455 200338])
1326             ("byte-defop-compiler-1" code nil nil [200340 200405])
1327             ("byte-compile-no-warnings" function (:arguments ("form")) nil [200406 200526])
1328             ("byte-defop-compiler-1" code nil nil [200581 200694])
1329             ("byte-compile-make-variable-buffer-local" function (:arguments ("form")) nil [200695 200989])
1330             ("put" code nil nil [200990 201093])
1331             ("byte-compile-form-make-variable-buffer-local" function (:arguments ("form")) nil [201094 201214])
1332             ("put" code nil nil [201216 201287])
1333             ("put" code nil nil [201288 201365])
1334             ("byte-compile-define-symbol-prop" function (:arguments ("form")) nil [201366 202417])
1335             ("byte-compile-make-tag" function nil nil [202604 202710])
1336             ("byte-compile-out-tag" function (:arguments ("tag")) nil [202713 203125])
1337             ("byte-compile-goto" function (:arguments ("opcode" "tag")) nil [203127 203422])
1338             ("byte-compile-stack-adjustment" function (:arguments ("op" "operand")) nil [203424 204106])
1339             ("byte-compile-out" function (:arguments ("op" "operand")) nil [204108 204640])
1340             ("byte-compile-annotate-call-tree" function (:arguments ("form")) nil [204664 205459])
1341             ("display-call-tree" function
1342                (:user-visible-flag t
1343                 :arguments ("filename"))
1344                 nil [205584 210423])
1345             ("batch-byte-compile-if-not-done" function nil nil [210442 210668])
1346             ("batch-byte-compile" function (:arguments ("noforce")) nil [210748 212728])
1347             ("batch-byte-compile-file" function (:arguments ("file")) nil [212730 213712])
1348             ("byte-compile-refresh-preloaded" function nil nil [213714 215095])
1349             ("batch-byte-recompile-directory" function (:arguments ("arg")) nil [215112 216206])
1350             ("put" code nil nil [216235 216529])
1351             ("byte-compile" package nil nil [216531 216554])
1352             ("bytecomp" package nil nil [216555 216574])
1353             ("byte-code-meter" variable nil nil [216629 216653])
1354             ("byte-compile-report-ops" function nil nil [216654 217486])
1355             ("or" code nil nil [217668 218258])
1356             ("run-hooks" code nil nil [218267 218298]))          
1357       :file "bytecomp.el"
1358       :pointmax 218326
1359       :fsize 218325
1360       :lastmodtime '(23525 29538 0 0)
1361       :unmatched-syntax '((close-paren 218264 . 218265) (symbol 218261 . 218264) (symbol 217648 . 217665) (open-paren 217647 . 217648)))
1362     (semanticdb-table "semanticdb-table"
1363       :major-mode emacs-lisp-mode
1364       :tags 
1365         '( ("backquote" package nil nil [1392 1412])
1366             ("backquote-list*-function" function (:arguments ("first" "list")) nil [1465 2060])
1367             ("backquote-list*-macro" function (:arguments ("first" "list")) nil [2062 2724])
1368             ("defalias" code nil nil [2726 2794])
1369             ("backquote-backquote-symbol" variable
1370                (:constant-flag t
1371                 :default-value (quote \`))
1372                 nil [2925 3028])
1373             ("backquote-unquote-symbol" variable
1374                (:constant-flag t
1375                 :default-value (quote \,))
1376                 nil [3030 3129])
1377             ("backquote-splice-symbol" variable
1378                (:constant-flag t
1379                 :default-value (quote \,@))
1380                 nil [3131 3228])
1381             ("backquote" function (:arguments ("structure")) nil [3230 3806])
1382             ("defalias" code nil nil [3843 3886])
1383             ("backquote-delay-process" function (:arguments ("s" "level")) nil [4132 4459])
1384             ("backquote-process" function (:arguments ("s" "level")) nil [4461 8238])
1385             ("backquote-listify" function (:arguments ("list" "old-tail")) nil [8422 9197])
1386             ("put" code nil nil [9276 9364])
1387             ("put" code nil nil [9365 9394])
1388             ("put" code nil nil [9396 9471])
1389             ("put" code nil nil [9472 9502]))          
1390       :file "backquote.el"
1391       :pointmax 9531
1392       :fsize 9530
1393       :lastmodtime '(23525 29538 0 0)
1394       :unmatched-syntax nil)
1395     (semanticdb-table "semanticdb-table"
1396       :file "cconv.el"
1397       :fsize 33700
1398       :lastmodtime '(23525 29539 0 0))
1399     (semanticdb-table "semanticdb-table"
1400       :major-mode emacs-lisp-mode
1401       :tags 
1402         '( ("font-lock-verbose" variable nil nil [914 940])
1403             ("pp" customgroup (:user-visible-flag t) nil [942 1025])
1404             ("pp-escape-newlines" variable (:default-value t) nil [1027 1150])
1405             ("pp-to-string" function (:arguments ("object")) nil [1167 1667])
1406             ("pp-buffer" function nil nil [1684 2463])
1407             ("pp" function (:arguments ("object" "stream")) nil [2480 2824])
1408             ("pp-display-expression" function (:arguments ("expression" "out-buffer-name")) nil [2826 4258])
1409             ("pp-eval-expression" function
1410                (:user-visible-flag t
1411                 :arguments ("expression"))
1412                 nil [4275 4626])
1413             ("pp-macroexpand-expression" function
1414                (:user-visible-flag t
1415                 :arguments ("expression"))
1416                 nil [4643 4884])
1417             ("pp-last-sexp" function nil nil [4886 5635])
1418             ("pp-eval-last-sexp" function
1419                (:user-visible-flag t
1420                 :arguments ("arg"))
1421                 nil [5652 5965])
1422             ("pp-macroexpand-last-sexp" function
1423                (:user-visible-flag t
1424                 :arguments ("arg"))
1425                 nil [5982 6309])
1426             ("pp" package nil nil [6311 6324]))          
1427       :file "pp.el"
1428       :pointmax 6374
1429       :fsize 6373
1430       :lastmodtime '(23525 29543 0 0)
1431       :unmatched-syntax nil)
1432     (semanticdb-table "semanticdb-table"
1433       :major-mode emacs-lisp-mode
1434       :tags 
1435         '( ("bytecomp" include nil nil [8026 8045])
1436             ("cl-lib" include nil nil [8065 8082])
1437             ("macroexp" include nil nil [8084 8103])
1438             ("subr-x" include nil nil [8123 8140])
1439             ("byte-compile-log-lap-1" function (:arguments ("format" "args")) nil [8143 9288])
1440             ("byte-compile-log-lap" function (:arguments ("format-string" "args")) nil [9290 9440])
1441             ("put" code nil nil [9493 9552])
1442             ("byte-optimize-inline-handler" function (:arguments ("form")) nil [9554 10063])
1443             ("byte-compile-inline-expand" function (:arguments ("form")) nil [10065 12369])
1444             ("byte-compile-unfold-lambda" function (:arguments ("form" "name")) nil [12393 15448])
1445             ("byte-optimize-form-code-walker" function (:arguments ("form" "for-effect")) nil [15494 23083])
1446             ("byte-optimize-all-constp" function (:arguments ("list")) nil [23085 23351])
1447             ("byte-optimize-form" function (:arguments ("form" "for-effect")) nil [23353 24407])
1448             ("byte-optimize-body" function (:arguments ("forms" "all-for-effect")) nil [24410 25037])
1449             ("byte-compile-trueconstp" function (:arguments ("form")) nil [25438 25918])
1450             ("byte-compile-nilconstp" function (:arguments ("form")) nil [25920 26379])
1451             ("byte-optimize-associative-math" function (:arguments ("form")) nil [26567 27046])
1452             ("byte-optimize-nonassociative-math" function (:arguments ("form")) nil [27291 27690])
1453             ("byte-optimize-approx-equal" function (:arguments ("x" "y")) nil [28079 28162])
1454             ("byte-optimize-delay-constants-math" function (:arguments ("form" "start" "fun")) nil [28601 29712])
1455             ("byte-compile-butlast" function (:arguments ("form")) nil [29714 29786])
1456             ("byte-optimize-plus" function (:arguments ("form")) nil [29788 30748])
1457             ("byte-optimize-minus" function (:arguments ("form")) nil [30750 31893])
1458             ("byte-optimize-multiply" function (:arguments ("form")) nil [31895 32587])
1459             ("byte-optimize-divide" function (:arguments ("form")) nil [32589 33483])
1460             ("byte-optimize-logmumble" function (:arguments ("form")) nil [33485 33857])
1461             ("byte-optimize-binary-predicate" function (:arguments ("form")) nil [33860 34250])
1462             ("byte-optimize-predicate" function (:arguments ("form")) nil [34252 34505])
1463             ("byte-optimize-identity" function (:arguments ("form")) nil [34507 34768])
1464             ("put" code nil nil [34770 34825])
1465             ("put" code nil nil [34827 34873])
1466             ("put" code nil nil [34874 34924])
1467             ("put" code nil nil [34925 34972])
1468             ("put" code nil nil [34973 35021])
1469             ("put" code nil nil [35022 35080])
1470             ("put" code nil nil [35081 35139])
1471             ("put" code nil nil [35141 35199])
1472             ("put" code nil nil [35200 35258])
1473             ("put" code nil nil [35259 35321])
1474             ("put" code nil nil [35322 35384])
1475             ("put" code nil nil [35385 35452])
1476             ("put" code nil nil [35454 35505])
1477             ("put" code nil nil [35506 35557])
1478             ("put" code nil nil [35558 35609])
1479             ("put" code nil nil [35610 35661])
1480             ("put" code nil nil [35662 35713])
1481             ("put" code nil nil [35714 35765])
1482             ("put" code nil nil [35766 35817])
1483             ("put" code nil nil [35818 35871])
1484             ("put" code nil nil [35872 35925])
1485             ("put" code nil nil [35926 35979])
1486             ("put" code nil nil [35980 36033])
1487             ("put" code nil nil [36034 36089])
1488             ("put" code nil nil [36090 36145])
1489             ("put" code nil nil [36146 36201])
1490             ("put" code nil nil [36202 36262])
1491             ("put" code nil nil [36264 36318])
1492             ("put" code nil nil [36319 36373])
1493             ("put" code nil nil [36374 36428])
1494             ("put" code nil nil [36429 36483])
1495             ("put" code nil nil [36485 36536])
1496             ("put" code nil nil [36537 36588])
1497             ("put" code nil nil [36589 36645])
1498             ("put" code nil nil [36646 36702])
1499             ("put" code nil nil [36953 37002])
1500             ("byte-optimize-quote" function (:arguments ("form")) nil [37003 37176])
1501             ("byte-optimize-and" function (:arguments ("form")) nil [37178 37682])
1502             ("byte-optimize-or" function (:arguments ("form")) nil [37684 38214])
1503             ("byte-optimize-cond" function (:arguments ("form")) nil [38216 39611])
1504             ("byte-optimize-if" function (:arguments ("form")) nil [39613 41141])
1505             ("byte-optimize-while" function (:arguments ("form")) nil [41143 41293])
1506             ("put" code nil nil [41295 41342])
1507             ("put" code nil nil [41343 41389])
1508             ("put" code nil nil [41390 41438])
1509             ("put" code nil nil [41439 41485])
1510             ("put" code nil nil [41486 41535])
1511             ("put" code nil nil [41593 41651])
1512             ("put" code nil nil [41652 41712])
1513             ("put" code nil nil [41713 41775])
1514             ("byte-optimize-funcall" function (:arguments ("form")) nil [41778 42029])
1515             ("byte-optimize-apply" function (:arguments ("form")) nil [42031 42696])
1516             ("put" code nil nil [42698 42751])
1517             ("put" code nil nil [42752 42803])
1518             ("put" code nil nil [42806 42852])
1519             ("put" code nil nil [42853 42900])
1520             ("byte-optimize-letX" function (:arguments ("form")) nil [42901 43294])
1521             ("put" code nil nil [43297 43342])
1522             ("byte-optimize-nth" function (:arguments ("form")) nil [43343 43578])
1523             ("put" code nil nil [43580 43631])
1524             ("byte-optimize-nthcdr" function (:arguments ("form")) nil [43632 43932])
1525             ("put" code nil nil [44104 44149])
1526             ("byte-optimize-set" function (:arguments ("form")) nil [44150 44544])
1527             ("let" code nil nil [45521 50115])
1528             ("let" code nil nil [50356 50537])
1529             ("byte-constref-ops" variable
1530                (:constant-flag t
1531                 :default-value (quote (byte-constant byte-constant2 byte-varref byte-varset byte-varbind)))
1532                 nil [50540 50639])
1533             ("bytedecomp-op" variable nil nil [50699 50721])
1534             ("bytedecomp-ptr" variable nil nil [50722 50745])
1535             ("disassemble-offset" function (:arguments ("bytes")) nil [50879 52389])
1536             ("byte-compile-tag-number" variable nil nil [52391 52423])
1537             ("byte-decompile-bytecode" function (:arguments ("bytes" "constvec")) nil [52608 52856])
1538             ("byte-decompile-bytecode-1" function (:arguments ("bytes" "constvec" "make-spliceable")) nil [53262 57420])
1539             ("byte-tagref-ops" variable
1540                (:constant-flag t
1541                 :default-value (cons (quote TAG) byte-goto-ops))
1542                 nil [57448 57500])
1543             ("byte-conditional-ops" variable
1544                (:constant-flag t
1545                 :default-value (quote (byte-goto-if-nil byte-goto-if-not-nil byte-goto-if-nil-else-pop byte-goto-if-not-nil-else-pop)))
1546                 nil [57502 57636])
1547             ("byte-after-unbind-ops" variable
1548                (:constant-flag t
1549                 :default-value (quote (byte-constant byte-dup byte-symbolp byte-consp byte-stringp byte-listp byte-numberp byte-integerp byte-eq byte-not byte-cons byte-list1 byte-list2 byte-interactive-p)))
1550                 nil [57638 58258])
1551             ("byte-compile-side-effect-and-error-free-ops" variable
1552                (:constant-flag t
1553                 :default-value (quote (byte-constant byte-dup byte-symbolp byte-consp byte-stringp byte-listp byte-integerp byte-numberp byte-eq byte-equal byte-not byte-car-safe byte-cdr-safe byte-cons byte-list1 byte-list2 byte-point byte-point-max byte-point-min byte-following-char byte-preceding-char byte-current-column byte-eolp byte-eobp byte-bolp byte-bobp byte-current-buffer byte-stack-ref)))
1554                 nil [58260 58701])
1555             ("byte-compile-side-effect-free-ops" variable
1556                (:constant-flag t
1557                 :default-value (nconc (quote (byte-varref byte-nth byte-memq byte-car byte-cdr byte-length byte-aref byte-symbol-value byte-get byte-concat2 byte-concat3 byte-sub1 byte-add1 byte-eqlsign byte-gtr byte-lss byte-leq byte-geq byte-diff byte-negate byte-plus byte-max byte-min byte-mult byte-char-after byte-char-syntax byte-buffer-substring byte-string= byte-string< byte-nthcdr byte-elt byte-member byte-assq byte-quo byte-rem)) byte-compile-side-effect-and-error-free-ops))
1558                 nil [58703 59230])
1559             ("byte-optimize-lapcode" function (:arguments ("lap" "_for-effect")) nil [60088 84929])
1560             ("byte-opt" package nil nil [84931 84950])
1561             ("or" code nil nil [85133 85753]))          
1562       :file "byte-opt.el"
1563       :pointmax 85787
1564       :fsize 85786
1565       :lastmodtime '(23525 29538 0 0)
1566       :unmatched-syntax '((close-paren 85758 . 85759) (symbol 85755 . 85758) (symbol 85114 . 85131) (open-paren 85113 . 85114) (close-paren 8140 . 8141) (symbol 8105 . 8122) (open-paren 8104 . 8105) (close-paren 8082 . 8083) (symbol 8047 . 8064) (open-paren 8046 . 8047)))
1567     (semanticdb-table "semanticdb-table"
1568       :major-mode emacs-lisp-mode
1569       :tags 
1570         '( ("defvar-local" code nil nil [1683 2714])
1571             ("put" code nil nil [2715 2762])
1572             ("defvar-local" code nil nil [2764 2875])
1573             ("defvar-local" code nil nil [2877 3759])
1574             ("put" code nil nil [3760 3808])
1575             ("defvar-local" code nil nil [3810 4028])
1576             ("put" code nil nil [4029 4077])
1577             ("tabulated-list-revert-hook" variable nil nil [4079 4234])
1578             ("defvar-local" code nil nil [4236 4538])
1579             ("tabulated-list--near-rows" variable nil nil [4540 4574])
1580             ("defvar-local" code nil nil [4576 4990])
1581             ("put" code nil nil [4991 5040])
1582             ("tabulated-list-get-id" function (:arguments ("pos")) nil [5042 5316])
1583             ("tabulated-list-get-entry" function (:arguments ("pos")) nil [5318 5599])
1584             ("tabulated-list-put-tag" function (:arguments ("tag" "advance")) nil [5601 6508])
1585             ("tabulated-list-mode-map" variable (:default-value (let ((map (copy-keymap special-mode-map))) (set-keymap-parent map button-buffer-map) (define-key map "n" (quote next-line)) (define-key map "p" (quote previous-line)) (define-key map "S" (quote tabulated-list-sort)) (define-key map [follow-link] (quote mouse-face)) (define-key map [mouse-2] (quote mouse-select-window)) map)) nil [6510 6916])
1586             ("tabulated-list-sort-button-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map [header-line mouse-1] (quote tabulated-list-col-sort)) (define-key map [header-line mouse-2] (quote tabulated-list-col-sort)) (define-key map [mouse-1] (quote tabulated-list-col-sort)) (define-key map [mouse-2] (quote tabulated-list-col-sort)) (define-key map " " (quote tabulated-list-sort)) (define-key map [follow-link] (quote mouse-face)) map)) nil [6918 7403])
1587             ("tabulated-list-glyphless-char-display" variable (:default-value (let ((table (make-char-table (quote glyphless-char-display) nil))) (set-char-table-parent table glyphless-char-display) (aset table 9650 (cons nil "^")) (aset table 9660 (cons nil "v")) table)) nil [7405 7792])
1588             ("tabulated-list--header-string" variable nil nil [7794 7944])
1589             ("tabulated-list--header-overlay" variable nil nil [7945 7988])
1590             ("tabulated-list-line-number-width" function nil nil [7990 8518])
1591             ("tabulated-list-init-header" function nil nil [8520 10748])
1592             ("tabulated-list-print-fake-header" function nil nil [10750 11368])
1593             ("tabulated-list-header-overlay-p" function (:arguments ("pos")) nil [11370 11607])
1594             ("tabulated-list-revert" function
1595                (:user-visible-flag t
1596                 :arguments ("ignored"))
1597                 nil [11609 11984])
1598             ("tabulated-list--column-number" function (:arguments ("name")) nil [11986 12283])
1599             ("tabulated-list--get-sorter" function nil nil [12285 13264])
1600             ("tabulated-list--col-local-max-widths" function (:arguments ("col")) nil [13266 13653])
1601             ("tabulated-list-print" function (:arguments ("remember-pos" "update")) nil [13655 17414])
1602             ("tabulated-list-print-entry" function (:arguments ("id" "cols")) nil [17416 18397])
1603             ("tabulated-list-print-col" function (:arguments ("n" "col-desc" "x")) nil [18399 21174])
1604             ("tabulated-list-delete-entry" function nil nil [21176 21817])
1605             ("tabulated-list-set-col" function (:arguments ("col" "desc" "change-entry-data")) nil [21819 23677])
1606             ("tabulated-list-col-sort" function
1607                (:user-visible-flag t
1608                 :arguments ("e"))
1609                 nil [23679 24086])
1610             ("tabulated-list-sort" function
1611                (:user-visible-flag t
1612                 :arguments ("n"))
1613                 nil [24088 24550])
1614             ("tabulated-list--sort-by-column-name" function (:arguments ("name")) nil [24552 24945])
1615             ("tabulated-list--current-lnum-width" variable nil nil [24947 24994])
1616             ("tabulated-list-watch-line-number-width" function (:arguments ("_window")) nil [24995 25320])
1617             ("tabulated-list-window-scroll-function" function (:arguments ("window" "_start")) nil [25322 25712])
1618             ("define-derived-mode" code nil nil [25740 28317])
1619             ("put" code nil nil [28319 28366])
1620             ("tabulated-list" package nil nil [28368 28393]))          
1621       :file "tabulated-list.el"
1622       :pointmax 28427
1623       :fsize 28430
1624       :lastmodtime '(23525 29544 0 0)
1625       :unmatched-syntax nil)
1626     (semanticdb-table "semanticdb-table"
1627       :major-mode emacs-lisp-mode
1628       :tags 
1629         '( ("benchmark-elapse" function (:arguments ("forms")) nil [1262 1604])
1630             ("benchmark-run" function (:arguments ("repetitions" "forms")) nil [1621 2575])
1631             ("benchmark-run-compiled" function (:arguments ("repetitions" "forms")) nil [2592 3575])
1632             ("benchmark" function
1633                (:user-visible-flag t
1634                 :arguments ("repetitions" "form"))
1635                 nil [3592 4146])
1636             ("benchmark" package nil nil [4148 4168]))          
1637       :file "benchmark.el"
1638       :pointmax 4197
1639       :fsize 4196
1640       :lastmodtime '(23525 29538 0 0)
1641       :unmatched-syntax nil)
1642     (semanticdb-table "semanticdb-table"
1643       :major-mode emacs-lisp-mode
1644       :tags 
1645         '( ("defun-prompt-regexp" variable nil nil [1098 1347])
1646             ("make-variable-buffer-local" code nil nil [1348 1397])
1647             ("parens-require-spaces" variable (:default-value t) nil [1399 1588])
1648             ("forward-sexp-function" variable nil nil [1590 2091])
1649             ("forward-sexp" function
1650                (:user-visible-flag t
1651                 :arguments ("arg"))
1652                 nil [2093 2823])
1653             ("backward-sexp" function
1654                (:user-visible-flag t
1655                 :arguments ("arg"))
1656                 nil [2825 3183])
1657             ("mark-sexp" function
1658                (:user-visible-flag t
1659                 :arguments ("arg" "allow-extend"))
1660                 nil [3185 4010])
1661             ("forward-list" function
1662                (:user-visible-flag t
1663                 :arguments ("arg"))
1664                 nil [4012 4478])
1665             ("backward-list" function
1666                (:user-visible-flag t
1667                 :arguments ("arg"))
1668                 nil [4480 4909])
1669             ("down-list" function
1670                (:user-visible-flag t
1671                 :arguments ("arg"))
1672                 nil [4911 5457])
1673             ("backward-up-list" function
1674                (:user-visible-flag t
1675                 :arguments ("arg" "escape-strings" "no-syntax-crossing"))
1676                 nil [5459 6200])
1677             ("up-list" function
1678                (:user-visible-flag t
1679                 :arguments ("arg" "escape-strings" "no-syntax-crossing"))
1680                 nil [6202 9555])
1681             ("kill-sexp" function
1682                (:user-visible-flag t
1683                 :arguments ("arg"))
1684                 nil [9557 9908])
1685             ("backward-kill-sexp" function
1686                (:user-visible-flag t
1687                 :arguments ("arg"))
1688                 nil [9910 10209])
1689             ("kill-backward-up-list" function
1690                (:user-visible-flag t
1691                 :arguments ("arg"))
1692                 nil [10227 10725])
1693             ("beginning-of-defun-function" variable nil nil [10728 11297])
1694             ("beginning-of-defun" function
1695                (:user-visible-flag t
1696                 :arguments ("arg"))
1697                 nil [11299 12625])
1698             ("beginning-of-defun-raw" function
1699                (:user-visible-flag t
1700                 :arguments ("arg"))
1701                 nil [12627 15980])
1702             ("beginning-of-defun--in-emptyish-line-p" function nil nil [15982 16541])
1703             ("beginning-of-defun-comments" function
1704                (:user-visible-flag t
1705                 :arguments ("arg"))
1706                 nil [16543 17508])
1707             ("end-of-defun-function" variable (:default-value (lambda nil (forward-sexp 1))) nil [17510 17878])
1708             ("buffer-end" function (:arguments ("arg")) nil [17880 18111])
1709             ("end-of-defun" function
1710                (:user-visible-flag t
1711                 :arguments ("arg"))
1712                 nil [18113 20419])
1713             ("mark-defun" function
1714                (:user-visible-flag t
1715                 :arguments ("arg"))
1716                 nil [20421 23165])
1717             ("narrow-to-defun-include-comments" variable nil nil [23167 23291])
1718             ("narrow-to-defun" function
1719                (:user-visible-flag t
1720                 :arguments ("include-comments"))
1721                 nil [23293 25385])
1722             ("insert-pair-alist" variable (:default-value (quote ((40 41) (91 93) (123 125) (60 62) (34 34) (39 39) (96 39)))) nil [25387 25932])
1723             ("insert-pair" function
1724                (:user-visible-flag t
1725                 :arguments ("arg" "open" "close"))
1726                 nil [25934 28203])
1727             ("insert-parentheses" function
1728                (:user-visible-flag t
1729                 :arguments ("arg"))
1730                 nil [28205 28769])
1731             ("delete-pair" function (:user-visible-flag t) nil [28771 28951])
1732             ("raise-sexp" function
1733                (:user-visible-flag t
1734                 :arguments ("arg"))
1735                 nil [28953 29409])
1736             ("move-past-close-and-reindent" function (:user-visible-flag t) nil [29411 30408])
1737             ("check-parens" function (:user-visible-flag t) nil [30410 31323])
1738             ("field-complete" function (:arguments ("table" "predicate")) nil [31326 31870])
1739             ("lisp-complete-symbol" function (:arguments ("_predicate")) nil [31872 32859]))          
1740       :file "lisp.el"
1741       :pointmax 32883
1742       :fsize 32882
1743       :lastmodtime '(23525 29542 0 0)
1744       :unmatched-syntax nil)
1745     (semanticdb-table "semanticdb-table"
1746       :file "eieio-loaddefs.el"
1747       :fsize 4056
1748       :lastmodtime '(23525 29541 0 0))
1749     (semanticdb-table "semanticdb-table"
1750       :file "cl-macs.el"
1751       :fsize 134299
1752       :lastmodtime '(23525 29539 0 0))
1753     (semanticdb-table "semanticdb-table"
1754       :major-mode emacs-lisp-mode
1755       :tags 
1756         '( ("subr-x" include nil nil [6316 6333])
1757             ("cl-lib" include nil nil [6354 6371])
1758             ("epg" include nil nil [6392 6406])
1759             ("seq" include nil nil [6434 6448])
1760             ("tabulated-list" include nil nil [6450 6475])
1761             ("macroexp" include nil nil [6476 6495])
1762             ("url-handlers" include nil nil [6496 6519])
1763             ("package" customgroup (:user-visible-flag t) nil [6521 6621])
1764             ("package-enable-at-startup" variable (:default-value t) nil [6666 7091])
1765             ("package-load-list" variable (:default-value (quote (all))) nil [7093 8189])
1766             ("package-archives" variable (:default-value (\` (("gnu" \, (format "http%s://elpa.gnu.org/packages/" (if (gnutls-available-p) "s" "")))))) nil [8191 9047])
1767             ("package-menu-hide-low-priority" variable (:default-value (quote archive)) nil [9084 10066])
1768             ("package-archive-priorities" variable nil nil [10068 10688])
1769             ("package-pinned-packages" variable nil nil [10690 11801])
1770             ("package-user-dir" variable (:default-value (locate-user-emacs-file "elpa")) nil [11803 12105])
1771             ("package-directory-list" variable (:default-value (let (result) (dolist (f load-path) (and (stringp f) (equal (file-name-nondirectory f) "site-lisp") (push (expand-file-name "elpa" f) result))) (nreverse result))) nil [12107 12698])
1772             ("declare-function" code nil nil [12700 12816])
1773             ("package-gnupghome-dir" variable (:default-value (expand-file-name "gnupg" package-user-dir)) nil [12818 13517])
1774             ("package-check-signature" variable (:default-value (if (and (require (quote epg-config)) (epg-find-configuration (quote OpenPGP))) (quote allow-unsigned))) nil [13519 14076])
1775             ("package-unsigned-archives" variable nil nil [14078 14262])
1776             ("package-selected-packages" variable nil nil [14264 14821])
1777             ("package-menu-async" variable (:default-value t) nil [14823 15097])
1778             ("package--default-summary" variable (:default-value "No description available.") nil [15492 15553])
1779             ("cl-defstruct" code nil nil [15555 18323])
1780             ("package--from-builtin" function (:arguments ("bi-desc")) nil [18325 18579])
1781             ("package-version-join" function (:arguments ("vlist")) nil [18599 19731])
1782             ("package-desc-full-name" function (:arguments ("pkg-desc")) nil [19733 19897])
1783             ("package-desc-suffix" function (:arguments ("pkg-desc")) nil [19899 20079])
1784             ("package-desc--keywords" function (:arguments ("pkg-desc")) nil [20081 20279])
1785             ("package-desc-priority" function (:arguments ("p")) nil [20281 20433])
1786             ("cl-defstruct" code nil nil [20509 20668])
1787             ("package--builtins" variable nil nil [20986 21332])
1788             ("put" code nil nil [21333 21381])
1789             ("package-alist" variable nil nil [21383 21816])
1790             ("put" code nil nil [21817 21861])
1791             ("package-activated-list" variable nil nil [21863 22018])
1792             ("put" code nil nil [22019 22072])
1793             ("package-process-define-package" function (:arguments ("exp")) nil [22269 23132])
1794             ("package-load-descriptor" function (:arguments ("pkg-dir")) nil [23134 23895])
1795             ("package-load-all-descriptors" function nil nil [23897 24650])
1796             ("define-package" function (:arguments ("_name-string" "_version-string" "_docstring" "_requirements" "_extra-properties")) nil [24652 25300])
1797             ("package-disabled-p" function (:arguments ("pkg-name" "version")) nil [25391 26120])
1798             ("package-built-in-p" function (:arguments ("package" "min-version")) nil [26122 26729])
1799             ("package--autoloads-file-name" function (:arguments ("pkg-desc")) nil [26731 26991])
1800             ("package--activate-autoloads-and-load-path" function (:arguments ("pkg-desc")) nil [26993 27683])
1801             ("Info-directory-list" variable nil nil [27685 27713])
1802             ("declare-function" code nil nil [27714 27758])
1803             ("package--load-files-for-activation" function (:arguments ("pkg-desc" "reload")) nil [27760 28967])
1804             ("package-activate-1" function (:arguments ("pkg-desc" "reload" "deps")) nil [28969 30418])
1805             ("declare-function" code nil nil [30420 30478])
1806             ("package--list-loaded-files" function (:arguments ("dir")) nil [30480 32230])
1807             ("package-activate" function (:arguments ("package" "force")) nil [32426 33434])
1808             ("tar-parse-info" variable nil nil [33705 33728])
1809             ("declare-function" code nil nil [33729 33778])
1810             ("declare-function" code nil nil [33779 33839])
1811             ("declare-function" code nil nil [33840 33905])
1812             ("package-untar-buffer" function (:arguments ("dir")) nil [33907 34777])
1813             ("package--alist-to-plist-args" function (:arguments ("alist")) nil [34779 34953])
1814             ("package-unpack" function (:arguments ("pkg-desc")) nil [34954 37485])
1815             ("package-generate-description-file" function (:arguments ("pkg-desc" "pkg-file")) nil [37487 38554])
1816             ("declare-function" code nil nil [38570 38645])
1817             ("package-autoload-ensure-default-file" function (:arguments ("file")) nil [38647 38909])
1818             ("generated-autoload-file" variable nil nil [38911 38943])
1819             ("autoload-timestamps" variable nil nil [38944 38972])
1820             ("version-control" variable nil nil [38973 38997])
1821             ("package-generate-autoloads" function (:arguments ("name" "pkg-dir")) nil [38999 39714])
1822             ("package--make-autoloads-and-stuff" function (:arguments ("pkg-desc" "pkg-dir")) nil [39716 40208])
1823             ("warning-minimum-level" variable nil nil [40227 40257])
1824             ("package--compile" function (:arguments ("pkg-desc")) nil [40258 40595])
1825             ("package-read-from-string" function (:arguments ("str")) nil [40640 41181])
1826             ("package--prepare-dependencies" function (:arguments ("deps")) nil [41183 41875])
1827             ("declare-function" code nil nil [41877 41925])
1828             ("declare-function" code nil nil [41926 41984])
1829             ("declare-function" code nil nil [41985 42045])
1830             ("declare-function" code nil nil [42046 42103])
1831             ("package-buffer-info" function nil nil [42105 43780])
1832             ("package--read-pkg-desc" function (:arguments ("kind")) nil [43782 44301])
1833             ("declare-function" code nil nil [44303 44363])
1834             ("declare-function" code nil nil [44364 44419])
1835             ("package-tar-file-info" function nil nil [44421 45140])
1836             ("package-dir-info" function nil nil [45142 46118])
1837             ("package--write-file-no-coding" function (:arguments ("file-name")) nil [46243 46410])
1838             ("declare-function" code nil nil [46412 46470])
1839             ("package--archive-file-exists-p" function (:arguments ("location" "file")) nil [46472 46753])
1840             ("declare-function" code nil nil [46755 47004])
1841             ("declare-function" code nil nil [47005 47140])
1842             ("declare-function" code nil nil [47141 47203])
1843             ("declare-function" code nil nil [47204 47263])
1844             ("declare-function" code nil nil [47264 47324])
1845             ("package--display-verify-error" function (:arguments ("context" "sig-file")) nil [47326 47971])
1846             ("package--with-work-buffer" function (:arguments ("location" "file" "body")) nil [47973 48923])
1847             ("cl-defmacro" code nil nil [48925 52390])
1848             ("define-error" code nil nil [52392 52450])
1849             ("package--check-signature-content" function (:arguments ("content" "string" "sig-file")) nil [52452 53875])
1850             ("package--check-signature" function (:arguments ("location" "file" "string" "async" "callback" "unwind")) nil [53877 55723])
1851             ("package-archive-version" variable
1852                (:constant-flag t
1853                 :default-value 1)
1854                 nil [56115 56287])
1855             ("package-archive-contents" variable nil nil [56352 56548])
1856             ("put" code nil nil [56549 56604])
1857             ("package--compatibility-table" variable nil nil [56606 57157])
1858             ("package--build-compatibility-table" function nil nil [57159 57483])
1859             ("package--add-to-compatibility-table" function (:arguments ("pkg")) nil [57485 58097])
1860             ("cl-defstruct" code nil nil [58261 58474])
1861             ("package--append-to-alist" function (:arguments ("pkg-desc" "alist")) nil [58476 59430])
1862             ("package--add-to-archive-contents" function (:arguments ("package" "archive")) nil [59432 60626])
1863             ("package--read-archive-file" function (:arguments ("file")) nil [60628 61311])
1864             ("package-read-archive-contents" function (:arguments ("archive")) nil [61313 61852])
1865             ("package--old-archive-priorities" variable nil nil [61854 62152])
1866             ("package-read-all-archive-contents" function nil nil [62154 62485])
1867             ("package--initialized" variable nil nil [62669 62702])
1868             ("package--init-file-ensured" variable nil nil [62704 62801])
1869             ("package-initialize" function
1870                (:user-visible-flag t
1871                 :arguments ("no-activate"))
1872                 nil [62818 64330])
1873             ("package--downloads-in-progress" variable nil nil [64507 64598])
1874             ("declare-function" code nil nil [64600 64665])
1875             ("package-import-keyring" function
1876                (:user-visible-flag t
1877                 :arguments ("file"))
1878                 nil [64682 65223])
1879             ("package--post-download-archives-hook" variable nil nil [65225 65435])
1880             ("put" code nil nil [65436 65503])
1881             ("package--update-downloads-in-progress" function (:arguments ("entry")) nil [65505 66167])
1882             ("package--download-one-archive" function (:arguments ("archive" "file" "async")) nil [66169 67932])
1883             ("package--download-and-read-archives" function (:arguments ("async")) nil [67934 68633])
1884             ("package-refresh-contents" function
1885                (:user-visible-flag t
1886                 :arguments ("async"))
1887                 nil [68650 69558])
1888             ("package-compute-transaction" function (:arguments ("packages" "requirements" "seen")) nil [69817 74028])
1889             ("package--find-non-dependencies" function nil nil [74030 74592])
1890             ("package--save-selected-packages" function (:arguments ("value")) nil [74594 74986])
1891             ("package--user-selected-p" function (:arguments ("pkg")) nil [74988 75357])
1892             ("package--get-deps" function (:arguments ("pkg" "only")) nil [75359 76096])
1893             ("package--removable-packages" function nil nil [76098 76658])
1894             ("package--used-elsewhere-p" function (:arguments ("pkg-desc" "pkg-list" "all")) nil [76660 77534])
1895             ("package--sort-deps-in-alist" function (:arguments ("package" "only")) nil [77536 78195])
1896             ("package--sort-by-dependence" function (:arguments ("package-list")) nil [78197 79050])
1897             ("package-archive-base" function (:arguments ("desc")) nil [79444 79592])
1898             ("package-install-from-archive" function (:arguments ("pkg-desc")) nil [79594 81812])
1899             ("package-installed-p" function (:arguments ("package" "min-version")) nil [81814 82599])
1900             ("package-download-transaction" function (:arguments ("packages")) nil [82601 82944])
1901             ("package--ensure-init-file" function nil nil [82946 85606])
1902             ("package-install" function
1903                (:user-visible-flag t
1904                 :arguments ("pkg" "dont-select"))
1905                 nil [85623 87457])
1906             ("package-strip-rcs-id" function (:arguments ("str")) nil [87459 87808])
1907             ("declare-function" code nil nil [87810 87868])
1908             ("package-install-from-buffer" function (:user-visible-flag t) nil [87885 89384])
1909             ("package-install-file" function
1910                (:user-visible-flag t
1911                 :arguments ("file"))
1912                 nil [89401 89848])
1913             ("package-install-selected-packages" function (:user-visible-flag t) nil [89865 91141])
1914             ("package--newest-p" function (:arguments ("pkg")) nil [91166 91335])
1915             ("package-delete" function
1916                (:user-visible-flag t
1917                 :arguments ("pkg-desc" "force" "nosave"))
1918                 nil [91337 94881])
1919             ("package-reinstall" function
1920                (:user-visible-flag t
1921                 :arguments ("pkg"))
1922                 nil [94898 95394])
1923             ("package-autoremove" function (:user-visible-flag t) nil [95411 96414])
1924             ("describe-package" function
1925                (:user-visible-flag t
1926                 :arguments ("package"))
1927                 nil [96467 97906])
1928             ("package-help-section-name" variable
1929                (:default-value (quote ((t :inherit (bold font-lock-function-name-face))))
1930                 :type "face")
1931                 nil [97908 98078])
1932             ("package--print-help-section" function (:arguments ("name" "strings")) nil [98080 98527])
1933             ("declare-function" code nil nil [98529 98589])
1934             ("describe-package-1" function (:arguments ("pkg")) nil [98591 108074])
1935             ("package-install-button-action" function (:arguments ("button")) nil [108076 108406])
1936             ("package-delete-button-action" function (:arguments ("button")) nil [108408 108731])
1937             ("package-keyword-button-action" function (:arguments ("button")) nil [108733 108893])
1938             ("package-make-button" function (:arguments ("text" "props")) nil [108895 109364])
1939             ("package-menu-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (set-keymap-parent map tabulated-list-mode-map) (define-key map " " (quote package-menu-describe-package)) (define-key map "u" (quote package-menu-mark-unmark)) (define-key map "" (quote package-menu-backup-unmark)) (define-key map "d" (quote package-menu-mark-delete)) (define-key map "i" (quote package-menu-mark-install)) (define-key map "U" (quote package-menu-mark-upgrades)) (define-key map "r" (quote package-menu-refresh)) (define-key map "f" (quote package-menu-filter)) (define-key map "~" (quote package-menu-mark-obsolete-for-deletion)) (define-key map "x" (quote package-menu-execute)) (define-key map "h" (quote package-menu-quick-help)) (define-key map "H" (function package-menu-hide-package)) (define-key map "?" (quote package-menu-describe-package)) (define-key map "(" (function package-menu-toggle-hiding)) map)) nil [109393 110311])
1940             ("easy-menu-define" code nil nil [110313 112125])
1941             ("package-menu--new-package-list" variable nil nil [112127 112246])
1942             ("package-menu--transaction-status" variable nil nil [112248 112346])
1943             ("define-derived-mode" code nil nil [112348 113280])
1944             ("package--push" function (:arguments ("pkg-desc" "status" "listname")) nil [113282 113650])
1945             ("package-list-unversioned" variable nil nil [113652 113766])
1946             ("package-list-unsigned" variable nil nil [113768 113883])
1947             ("package--emacs-version-list" variable (:default-value (version-to-list emacs-version)) nil [113885 113985])
1948             ("package--incompatible-p" function (:arguments ("pkg" "shallow")) nil [113987 115157])
1949             ("package-desc-status" function (:arguments ("pkg-desc")) nil [115159 116821])
1950             ("package-menu--hide-packages" variable (:default-value t) nil [116823 117047])
1951             ("package-menu-toggle-hiding" function (:user-visible-flag t) nil [117049 117538])
1952             ("package--remove-hidden" function (:arguments ("pkg-list")) nil [117540 119516])
1953             ("package-hidden-regexps" variable nil nil [119518 119946])
1954             ("package-menu--refresh" function (:arguments ("packages" "keywords")) nil [119948 122143])
1955             ("package-all-keywords" function nil nil [122145 122408])
1956             ("package--mapc" function (:arguments ("function" "packages")) nil [122410 123669])
1957             ("package--has-keyword-p" function (:arguments ("desc" "keywords")) nil [123671 124261])
1958             ("package-menu--generate" function (:arguments ("remember-pos" "packages" "keywords")) nil [124263 125063])
1959             ("package-menu--print-info" function (:arguments ("pkg")) nil [125065 125298])
1960             ("make-obsolete" code nil nil [125299 125395])
1961             ("package-name" variable
1962                (:default-value (quote ((t :inherit link)))
1963                 :type "face")
1964                 nil [125422 125537])
1965             ("package-description" variable
1966                (:default-value (quote ((t :inherit default)))
1967                 :type "face")
1968                 nil [125539 125680])
1969             ("package-status-built-in" variable
1970                (:default-value (quote ((t :inherit font-lock-builtin-face)))
1971                 :type "face")
1972                 nil [125758 125912])
1973             ("package-status-external" variable
1974                (:default-value (quote ((t :inherit package-status-built-in)))
1975                 :type "face")
1976                 nil [125914 126069])
1977             ("package-status-available" variable
1978                (:default-value (quote ((t :inherit default)))
1979                 :type "face")
1980                 nil [126071 126212])
1981             ("package-status-new" variable
1982                (:default-value (quote ((t :inherit (bold package-status-available))))
1983                 :type "face")
1984                 nil [126214 126367])
1985             ("package-status-held" variable
1986                (:default-value (quote ((t :inherit font-lock-constant-face)))
1987                 :type "face")
1988                 nil [126369 126516])
1989             ("package-status-disabled" variable
1990                (:default-value (quote ((t :inherit font-lock-warning-face)))
1991                 :type "face")
1992                 nil [126518 126672])
1993             ("package-status-installed" variable
1994                (:default-value (quote ((t :inherit font-lock-comment-face)))
1995                 :type "face")
1996                 nil [126674 126830])
1997             ("package-status-dependency" variable
1998                (:default-value (quote ((t :inherit package-status-installed)))
1999                 :type "face")
2000                 nil [126832 126992])
2001             ("package-status-unsigned" variable
2002                (:default-value (quote ((t :inherit font-lock-warning-face)))
2003                 :type "face")
2004                 nil [126994 127148])
2005             ("package-status-incompat" variable
2006                (:default-value (quote ((t :inherit error)))
2007                 :type "face")
2008                 nil [127150 127287])
2009             ("package-status-avail-obso" variable
2010                (:default-value (quote ((t :inherit package-status-incompat)))
2011                 :type "face")
2012                 nil [127289 127448])
2013             ("package-menu--print-info-simple" function (:arguments ("pkg")) nil [127478 129176])
2014             ("package-menu--old-archive-contents" variable nil nil [129178 129283])
2015             ("package-menu-refresh" function (:user-visible-flag t) nil [129285 129757])
2016             ("package-menu-hide-package" function (:user-visible-flag t) nil [129759 130921])
2017             ("package-menu-describe-package" function
2018                (:user-visible-flag t
2019                 :arguments ("button"))
2020                 nil [130923 131299])
2021             ("package-menu-mark-delete" function
2022                (:user-visible-flag t
2023                 :arguments ("_num"))
2024                 nil [131327 131617])
2025             ("package-menu-mark-install" function
2026                (:user-visible-flag t
2027                 :arguments ("_num"))
2028                 nil [131619 131897])
2029             ("package-menu-mark-unmark" function
2030                (:user-visible-flag t
2031                 :arguments ("_num"))
2032                 nil [131899 132061])
2033             ("package-menu-backup-unmark" function (:user-visible-flag t) nil [132063 132225])
2034             ("package-menu-mark-obsolete-for-deletion" function (:user-visible-flag t) nil [132227 132532])
2035             ("package--quick-help-keys" variable (:default-value (quote (("install," "delete," "unmark," ("execute" . 1)) ("next," "previous") ("Hide-package," "(-toggle-hidden") ("refresh-contents," "g-redisplay," "filter," "help")))) nil [132534 132744])
2036             ("package--prettify-quick-help-key" function (:arguments ("desc")) nil [132746 133247])
2037             ("package-menu-quick-help" function (:user-visible-flag t) nil [133249 133527])
2038             ("define-obsolete-function-alias" code nil nil [133529 133631])
2039             ("package-menu-get-status" function nil nil [133633 133821])
2040             ("package-archive-priority" function (:arguments ("archive")) nil [133823 134084])
2041             ("package-desc-priority-version" function (:arguments ("pkg-desc")) nil [134086 134424])
2042             ("package-menu--find-upgrades" function nil nil [134426 135427])
2043             ("package-menu--mark-upgrades-pending" variable nil nil [135429 135539])
2044             ("package-menu--mark-upgrades-1" function nil nil [135541 136539])
2045             ("package-menu-mark-upgrades" function (:user-visible-flag t) nil [136541 137193])
2046             ("package-menu--list-to-prompt" function (:arguments ("packages")) nil [137195 137777])
2047             ("package-menu--prompt-transaction-p" function (:arguments ("delete" "install" "upgrade")) nil [137779 138369])
2048             ("package-menu--partition-transaction" function (:arguments ("install" "delete")) nil [138371 139074])
2049             ("package-menu--perform-transaction" function (:arguments ("install-list" "delete-list")) nil [139076 140176])
2050             ("package--update-selected-packages" function (:arguments ("add" "remove")) nil [140178 140846])
2051             ("package-menu-execute" function
2052                (:user-visible-flag t
2053                 :arguments ("noquery"))
2054                 nil [140848 143193])
2055             ("package-menu--version-predicate" function (:arguments ("A" "B")) nil [143195 143429])
2056             ("package-menu--status-predicate" function (:arguments ("A" "B")) nil [143431 144530])
2057             ("package-menu--description-predicate" function (:arguments ("A" "B")) nil [144532 144735])
2058             ("package-menu--name-predicate" function (:arguments ("A" "B")) nil [144737 144886])
2059             ("package-menu--archive-predicate" function (:arguments ("A" "B")) nil [144888 145034])
2060             ("package-menu--populate-new-package-list" function nil nil [145036 145500])
2061             ("package-menu--find-and-notify-upgrades" function nil nil [145502 145912])
2062             ("package-menu--post-refresh" function nil nil [145914 146642])
2063             ("package-menu--mark-or-notify-upgrades" function nil nil [146644 147265])
2064             ("list-packages" function
2065                (:user-visible-flag t
2066                 :arguments ("no-fetch"))
2067                 nil [147282 148546])
2068             ("defalias" code nil nil [148563 148611])
2069             ("package-show-package-list" function
2070                (:user-visible-flag t
2071                 :arguments ("packages" "keywords"))
2072                 nil [148634 149305])
2073             ("package-menu-filter" function
2074                (:user-visible-flag t
2075                 :arguments ("keyword"))
2076                 nil [149420 150046])
2077             ("package-list-packages-no-fetch" function (:user-visible-flag t) nil [150048 150274])
2078             ("package" package nil nil [150276 150294]))          
2079       :file "package.el"
2080       :pointmax 150321
2081       :fsize 150320
2082       :lastmodtime '(23525 29543 0 0)
2083       :unmatched-syntax '((close-paren 6406 . 6407) (symbol 6374 . 6391) (open-paren 6373 . 6374) (close-paren 6371 . 6372) (symbol 6336 . 6353) (open-paren 6335 . 6336) (close-paren 6333 . 6334) (symbol 6298 . 6315) (open-paren 6297 . 6298)))
2084     (semanticdb-table "semanticdb-table"
2085       :major-mode emacs-lisp-mode
2086       :tags 
2087         '( ("float-pi" variable
2088                (:constant-flag t
2089                 :default-value (* 4 (atan 1)))
2090                 nil [1068 1136])
2091             ("pi" variable
2092                (:constant-flag t
2093                 :default-value float-pi)
2094                 nil [1137 1215])
2095             ("internal-make-var-non-special" code nil nil [1216 1251])
2096             ("float-e" variable
2097                (:constant-flag t
2098                 :default-value (exp 1))
2099                 nil [1253 1312])
2100             ("degrees-to-radians" variable
2101                (:constant-flag t
2102                 :default-value (/ float-pi 180.0))
2103                 nil [1314 1405])
2104             ("radians-to-degrees" variable
2105                (:constant-flag t
2106                 :default-value (/ 180.0 float-pi))
2107                 nil [1406 1496])
2108             ("degrees-to-radians" function (:arguments ("x")) nil [1567 1672])
2109             ("radians-to-degrees" function (:arguments ("x")) nil [1673 1778])
2110             ("lisp-float-type" package nil nil [1780 1806]))          
2111       :file "float-sup.el"
2112       :pointmax 1835
2113       :fsize 1834
2114       :lastmodtime '(23525 29542 0 0)
2115       :unmatched-syntax nil)
2116     (semanticdb-table "semanticdb-table"
2117       :file "easymenu.el"
2118       :fsize 28289
2119       :lastmodtime '(23525 29540 0 0))
2120     (semanticdb-table "semanticdb-table"
2121       :major-mode emacs-lisp-mode
2122       :tags 
2123         '( ("cl-lib" include nil nil [1632 1649])
2124             ("find-function" customgroup (:user-visible-flag t) nil [1673 1807])
2125             ("find-function-space-re" variable
2126                (:constant-flag t
2127                 :default-value "\\(?:\\s-\\|
2128 \\|;.*
2129 \\)+")
2130                 nil [1809 1871])
2131             ("find-function-regexp" variable (:default-value (concat "^\\s-*(\\(def\\(ine-skeleton\\|ine-generic-mode\\|ine-derived-mode\\|ine\\(?:-global\\)?-minor-mode\\|ine-compilation-mode\\|un-cvs-mode\\|foo\\|\\(?:[^icfgv]\\|g[^r]\\)\\(\\w\\|\\s_\\)+\\*?\\)\\|easy-mmode-define-[a-z-]+\\|easy-menu-define\\|menu-bar-make-toggle\\)" find-function-space-re "\\('\\|(quote \\)?%s\\(\\s-\\|$\\|[()]\\)")) nil [1873 2801])
2132             ("find-variable-regexp" variable (:default-value (concat "^\\s-*(\\(def[^fumag]\\(\\w\\|\\s_\\)+\\*?\\|easy-mmode-def\\(map\\|syntax\\)\\|easy-menu-define\\)" find-function-space-re "%s\\(\\s-\\|$\\)")) nil [2803 3374])
2133             ("find-face-regexp" variable (:default-value (concat "^\\s-*(defface" find-function-space-re "%s\\(\\s-\\|$\\)")) nil [3376 3739])
2134             ("find-feature-regexp" variable (:default-value (concat ";;; Code:")) nil [3741 4274])
2135             ("find-alias-regexp" variable (:default-value "(defalias +'%s") nil [4276 4543])
2136             ("find-function-regexp-alist" variable (:default-value (quote ((nil . find-function-regexp) (defvar . find-variable-regexp) (defface . find-face-regexp) (feature . find-feature-regexp) (defalias . find-alias-regexp)))) nil [4545 5127])
2137             ("put" code nil nil [5128 5185])
2138             ("find-function-source-path" variable nil nil [5187 5427])
2139             ("find-function-recenter-line" variable (:default-value 1) nil [5429 5750])
2140             ("find-function-after-hook" variable nil nil [5752 5950])
2141             ("find-library-suffixes" function nil nil [5968 6153])
2142             ("find-library--load-name" function (:arguments ("library")) nil [6155 6475])
2143             ("find-library-name" function (:arguments ("library")) nil [6477 7580])
2144             ("find-library--from-load-history" function (:arguments ("library")) nil [7582 8189])
2145             ("find-function-C-source-directory" variable (:default-value (let ((dir (expand-file-name "src" source-directory))) (if (file-accessible-directory-p dir) dir))) nil [8191 8483])
2146             ("declare-function" code nil nil [8485 8542])
2147             ("find-function-advised-original" function (:arguments ("func")) nil [8544 8990])
2148             ("find-function-C-source" function (:arguments ("fun-or-var" "file" "type")) nil [8992 10265])
2149             ("find-library" function
2150                (:user-visible-flag t
2151                 :arguments ("library"))
2152                 nil [10282 10591])
2153             ("read-library-name" function nil nil [10593 11959])
2154             ("find-library-other-window" function
2155                (:user-visible-flag t
2156                 :arguments ("library"))
2157                 nil [11976 12338])
2158             ("find-library-other-frame" function
2159                (:user-visible-flag t
2160                 :arguments ("library"))
2161                 nil [12355 12713])
2162             ("find-function-search-for-symbol" function (:arguments ("symbol" "type" "library")) nil [12730 15837])
2163             ("find-function-library" function (:arguments ("function" "lisp-only" "verbose")) nil [15839 17659])
2164             ("find-function-noselect" function (:arguments ("function" "lisp-only")) nil [17676 18536])
2165             ("find-function-read" function (:arguments ("type")) nil [18538 19764])
2166             ("find-function-do-it" function (:arguments ("symbol" "type" "switch-fn")) nil [19766 20652])
2167             ("find-function" function
2168                (:user-visible-flag t
2169                 :arguments ("function"))
2170                 nil [20669 21265])
2171             ("find-function-other-window" function
2172                (:user-visible-flag t
2173                 :arguments ("function"))
2174                 nil [21282 21539])
2175             ("find-function-other-frame" function
2176                (:user-visible-flag t
2177                 :arguments ("function"))
2178                 nil [21556 21810])
2179             ("find-variable-noselect" function (:arguments ("variable" "file")) nil [21827 22575])
2180             ("find-variable" function
2181                (:user-visible-flag t
2182                 :arguments ("variable"))
2183                 nil [22592 23198])
2184             ("find-variable-other-window" function
2185                (:user-visible-flag t
2186                 :arguments ("variable"))
2187                 nil [23215 23484])
2188             ("find-variable-other-frame" function
2189                (:user-visible-flag t
2190                 :arguments ("variable"))
2191                 nil [23501 23767])
2192             ("find-definition-noselect" function (:arguments ("symbol" "type" "file")) nil [23784 24590])
2193             ("find-face-definition" function
2194                (:user-visible-flag t
2195                 :arguments ("face"))
2196                 nil [24741 25363])
2197             ("find-function-on-key-do-it" function (:arguments ("key" "find-fn")) nil [25365 26445])
2198             ("find-function-on-key" function
2199                (:user-visible-flag t
2200                 :arguments ("key"))
2201                 nil [26462 26702])
2202             ("find-function-on-key-other-window" function
2203                (:user-visible-flag t
2204                 :arguments ("key"))
2205                 nil [26719 26962])
2206             ("find-function-on-key-other-frame" function
2207                (:user-visible-flag t
2208                 :arguments ("key"))
2209                 nil [26979 27219])
2210             ("find-function-at-point" function (:user-visible-flag t) nil [27236 27446])
2211             ("find-variable-at-point" function (:user-visible-flag t) nil [27463 27693])
2212             ("find-function-setup-keys" function nil nil [27710 28321])
2213             ("find-func" package nil nil [28323 28343]))          
2214       :file "find-func.el"
2215       :pointmax 28372
2216       :fsize 28371
2217       :lastmodtime '(23525 29542 0 0)
2218       :unmatched-syntax '((close-paren 1649 . 1650) (symbol 1614 . 1631) (open-paren 1613 . 1614)))
2219     (semanticdb-table "semanticdb-table"
2220       :file "syntax.el"
2221       :fsize 28594
2222       :lastmodtime '(23525 29544 0 0))
2223     (semanticdb-table "semanticdb-table"
2224       :major-mode emacs-lisp-mode
2225       :tags 
2226         '( ("macroexp" include nil nil [1937 1956])
2227             ("cl-lib" include nil nil [1957 1974])
2228             ("pcase" include nil nil [1994 2010])
2229             ("edebug" customgroup (:user-visible-flag t) nil [2026 2106])
2230             ("edebug-setup-hook" variable nil nil [2109 2464])
2231             ("edebug-all-defs" variable nil nil [2686 3190])
2232             ("edebug-all-forms" variable nil nil [3412 3683])
2233             ("edebug-eval-macro-args" variable nil nil [3685 4132])
2234             ("edebug-max-depth" variable (:default-value 150) nil [4134 4659])
2235             ("edebug-save-windows" variable (:default-value t) nil [4661 5101])
2236             ("edebug-save-displayed-buffer-points" variable nil nil [5103 5662])
2237             ("edebug-initial-mode" variable (:default-value (quote step)) nil [5664 6129])
2238             ("edebug-trace" variable nil nil [6131 6491])
2239             ("edebug-test-coverage" variable nil nil [6493 6882])
2240             ("edebug-continue-kbd-macro" variable nil nil [6884 7074])
2241             ("edebug-print-length" variable (:default-value 50) nil [7077 7225])
2242             ("edebug-print-level" variable (:default-value 50) nil [7226 7372])
2243             ("edebug-print-circle" variable (:default-value t) nil [7373 7520])
2244             ("edebug-unwrap-results" variable nil nil [7522 7912])
2245             ("edebug-on-error" variable (:default-value t) nil [7914 8545])
2246             ("edebug-on-quit" variable (:default-value t) nil [8547 8668])
2247             ("edebug-global-break-condition" variable nil nil [8670 8879])
2248             ("edebug-sit-for-seconds" variable (:default-value 1) nil [8881 9027])
2249             ("edebug-sit-on-break" variable (:default-value t) nil [9029 9192])
2250             ("get-edebug-spec" function (:arguments ("symbol")) nil [9220 9606])
2251             ("edebug-basic-spec" function (:arguments ("spec")) nil [9623 10045])
2252             ("edebug-lambda-list-keywordp" function (:arguments ("object")) nil [10062 10280])
2253             ("edebug-last-sexp" function nil nil [10283 10538])
2254             ("edebug-window-list" function nil nil [10540 10762])
2255             ("edebug-two-window-p" function nil nil [10778 10938])
2256             ("edebug-sort-alist" function (:arguments ("alist" "function")) nil [10940 11189])
2257             ("edebug-save-restriction" function (:arguments ("body")) nil [11205 11841])
2258             ("edebug-trace-buffer" variable
2259                (:constant-flag t
2260                 :default-value "*edebug-trace*")
2261                 nil [11856 11948])
2262             ("edebug-pop-to-buffer" function (:arguments ("buffer" "window")) nil [11950 13271])
2263             ("edebug-get-displayed-buffer-points" function nil nil [13293 13578])
2264             ("edebug-set-buffer-points" function (:arguments ("buffer-points")) nil [13581 13891])
2265             ("edebug-current-windows" function (:arguments ("which-windows")) nil [13893 14409])
2266             ("edebug-set-windows" function (:arguments ("window-info")) nil [14411 15231])
2267             ("edebug--read" function (:arguments ("orig" "stream")) nil [15393 16342])
2268             ("edebug-result" variable nil nil [16344 16366])
2269             ("edebug-eval-defun" function
2270                (:user-visible-flag t
2271                 :arguments ("edebug-it"))
2272                 nil [16525 19039])
2273             ("defalias" code nil nil [19057 19109])
2274             ("edebug-eval-top-level-form" function (:user-visible-flag t) nil [19126 20257])
2275             ("edebug-read-top-level-form" function nil nil [20260 20511])
2276             ("defalias" code nil nil [20550 20596])
2277             ("edebug-all-defs" function (:user-visible-flag t) nil [20613 20828])
2278             ("edebug-all-forms" function (:user-visible-flag t) nil [20846 21053])
2279             ("edebug-install-read-eval-functions" function nil nil [21056 21233])
2280             ("edebug-uninstall-read-eval-functions" function nil nil [21235 21401])
2281             ("defvar-local" code nil nil [21541 22060])
2282             ("cl-defstruct" code nil nil [22062 22361])
2283             ("edebug-set-form-data-entry" function (:arguments ("entry" "name" "begin" "end")) nil [22363 22598])
2284             ("edebug-get-form-data-entry" function (:arguments ("pnt" "end-point")) nil [22600 23310])
2285             ("edebug-form-data-symbol" function nil nil [23421 23695])
2286             ("edebug-make-top-form-data-entry" function (:arguments ("new-entry")) nil [23697 23897])
2287             ("edebug-clear-form-data-entry" function (:arguments ("entry")) nil [23899 24410])
2288             ("edebug-syntax-error" function (:arguments ("args")) nil [24434 24557])
2289             ("edebug-read-syntax-table" variable
2290                (:constant-flag t
2291                 :default-value (let ((table (make-char-table (quote syntax-table) (quote symbol))) (i 0)) (while (< i 33) (aset table i (quote space)) (setq i (1+ i))) (aset table 40 (quote lparen)) (aset table 41 (quote rparen)) (aset table 39 (quote quote)) (aset table 96 (quote backquote)) (aset table 44 (quote comma)) (aset table 34 (quote string)) (aset table 63 (quote char)) (aset table 91 (quote lbracket)) (aset table 93 (quote rbracket)) (aset table 46 (quote dot)) (aset table 35 (quote hash)) table))
2292                 nil [24560 25340])
2293             ("edebug-next-token-class" function nil nil [25342 25872])
2294             ("edebug-skip-whitespace" function nil nil [25875 26141])
2295             ("edebug-read-sexp" function nil nil [26196 27118])
2296             ("edebug-offsets" variable nil nil [27467 27494])
2297             ("edebug-offsets-stack" variable nil nil [27607 27640])
2298             ("edebug-current-offset" variable nil nil [27641 27675])
2299             ("edebug-read-objects" variable nil nil [27907 27939])
2300             ("edebug-read-dotted-list" variable nil nil [28108 28144])
2301             ("edebug-initialize-offsets" function nil nil [28146 28256])
2302             ("edebug-store-before-offset" function (:arguments ("point")) nil [28258 28835])
2303             ("edebug-store-after-offset" function (:arguments ("point")) nil [28837 29769])
2304             ("edebug-ignore-offset" function nil nil [29771 29911])
2305             ("edebug-storing-offsets" function (:arguments ("point" "body")) nil [29913 30131])
2306             ("edebug-read-alist" variable
2307                (:constant-flag t
2308                 :default-value (quote ((symbol . edebug-read-symbol) (lparen . edebug-read-list) (string . edebug-read-string) (quote . edebug-read-quote) (backquote . edebug-read-backquote) (comma . edebug-read-comma) (lbracket . edebug-read-vector) (hash . edebug-read-special))))
2309                 nil [30231 30538])
2310             ("edebug-read-storing-offsets" function (:arguments ("stream")) nil [30540 30833])
2311             ("defalias" code nil nil [30835 30872])
2312             ("defalias" code nil nil [30873 30910])
2313             ("edebug-read-quote" function (:arguments ("stream")) nil [30912 31098])
2314             ("edebug-read-backquote" function (:arguments ("stream")) nil [31100 31284])
2315             ("edebug-read-comma" function (:arguments ("stream")) nil [31286 31855])
2316             ("edebug-read-special" function (:arguments ("stream")) nil [31857 33707])
2317             ("edebug-read-list" function (:arguments ("stream")) nil [33709 34391])
2318             ("edebug-read-vector" function (:arguments ("stream")) nil [34393 34682])
2319             ("edebug-dotted-spec" variable nil nil [34753 34848])
2320             ("edebug-new-cursor" function (:arguments ("expressions" "offsets")) nil [34850 35060])
2321             ("edebug-set-cursor" function (:arguments ("cursor" "expressions" "offsets")) nil [35062 35268])
2322             ("edebug-copy-cursor" function (:arguments ("cursor")) nil [35270 35396])
2323             ("edebug-cursor-expressions" function (:arguments ("cursor")) nil [35398 35458])
2324             ("edebug-cursor-offsets" function (:arguments ("cursor")) nil [35459 35515])
2325             ("edebug-empty-cursor" function (:arguments ("cursor")) nil [35517 35645])
2326             ("edebug-top-element" function (:arguments ("cursor")) nil [35647 35773])
2327             ("edebug-top-element-required" function (:arguments ("cursor" "error")) nil [35775 36125])
2328             ("edebug-top-offset" function (:arguments ("cursor")) nil [36127 36251])
2329             ("edebug-move-cursor" function (:arguments ("cursor")) nil [36253 36729])
2330             ("edebug-before-offset" function (:arguments ("cursor")) nil [36732 37060])
2331             ("edebug-after-offset" function (:arguments ("cursor")) nil [37062 37266])
2332             ("edebug-top-window-data" variable nil nil [38461 38492])
2333             ("edebug-&optional" variable nil nil [38494 38519])
2334             ("edebug-&rest" variable nil nil [38520 38541])
2335             ("edebug-gate" variable nil nil [38542 38566])
2336             ("edebug-def-name" variable nil nil [38605 38633])
2337             ("edebug-old-def-name" variable nil nil [38681 38713])
2338             ("edebug-error-point" variable nil nil [38757 38788])
2339             ("edebug-best-error" variable nil nil [38789 38819])
2340             ("edebug-read-and-maybe-wrap-form" function nil nil [38822 39797])
2341             ("edebug-read-and-maybe-wrap-form1" function nil nil [39800 42094])
2342             ("edebug-def-args" variable nil nil [42097 42121])
2343             ("edebug-def-interactive" variable nil nil [42147 42178])
2344             ("edebug-inside-func" variable nil nil [42218 42245])
2345             ("edebug-interactive-p-name" function nil nil [42355 42564])
2346             ("edebug-wrap-def-body" function (:arguments ("forms")) nil [42567 42818])
2347             ("edebug-make-enter-wrapper" function (:arguments ("forms")) nil [42821 43549])
2348             ("edebug-form-begin-marker" variable nil nil [43552 43585])
2349             ("edebug-offset-index" variable nil nil [43625 43653])
2350             ("edebug-offset-list" variable nil nil [43689 43716])
2351             ("edebug-inc-offset" function (:arguments ("offset")) nil [43750 44073])
2352             ("edebug-make-before-and-after-form" function (:arguments ("before-index" "form" "after-index")) nil [44076 44445])
2353             ("edebug-make-after-form" function (:arguments ("form" "after-index")) nil [44447 44596])
2354             ("edebug-unwrap" function (:arguments ("sexp")) nil [44599 45099])
2355             ("edebug-unwrap*" function (:arguments ("sexp")) nil [45101 45391])
2356             ("edebug-defining-form" function (:arguments ("cursor" "form-begin" "form-end" "speclist")) nil [45394 45850])
2357             ("edebug-make-form-wrapper" function (:arguments ("cursor" "form-begin" "form-end" "speclist")) nil [45852 49169])
2358             ("edebug-clear-frequency-count" function (:arguments ("name")) nil [49172 49420])
2359             ("edebug-clear-coverage" function (:arguments ("name")) nil [49423 49657])
2360             ("edebug-form" function (:arguments ("cursor")) nil [49660 51162])
2361             ("edebug-forms" function (:arguments ("cursor")) nil [51165 51234])
2362             ("edebug-sexps" function (:arguments ("cursor")) nil [51235 51304])
2363             ("edebug-list-form-args" function (:arguments ("head" "cursor")) nil [51306 52119])
2364             ("edebug-list-form" function (:arguments ("cursor")) nil [52122 53692])
2365             ("edebug-matching-depth" variable nil nil [53718 53750])
2366             ("edebug-no-match" function (:arguments ("cursor" "args")) nil [53975 54479])
2367             ("edebug-match" function (:arguments ("cursor" "specs")) nil [54482 54802])
2368             ("edebug-match-one-spec" function (:arguments ("cursor" "spec")) nil [54805 55131])
2369             ("edebug-match-specs" function (:arguments ("cursor" "specs" "remainder-handler")) nil [55134 57643])
2370             ("dolist" code nil nil [57926 58750])
2371             ("edebug-match-symbol" function (:arguments ("cursor" "symbol")) nil [58752 59642])
2372             ("edebug-match-sexp" function (:arguments ("cursor")) nil [59645 59780])
2373             ("edebug-match-form" function (:arguments ("cursor")) nil [59782 59846])
2374             ("defalias" code nil nil [59848 59897])
2375             ("edebug-match-body" function (:arguments ("cursor")) nil [60003 60062])
2376             ("edebug-match-&optional" function (:arguments ("cursor" "specs")) nil [60064 60218])
2377             ("edebug-&optional-wrapper" function (:arguments ("cursor" "specs" "remainder-handler")) nil [60220 60748])
2378             ("edebug-&rest-wrapper" function (:arguments ("cursor" "specs" "remainder-handler")) nil [60751 60987])
2379             ("edebug-match-&rest" function (:arguments ("cursor" "specs")) nil [60989 61221])
2380             ("edebug-match-&or" function (:arguments ("cursor" "specs")) nil [61224 62098])
2381             ("edebug-match-&not" function (:arguments ("cursor" "specs")) nil [62101 62463])
2382             ("def-edebug-spec" code nil nil [62488 62528])
2383             ("edebug-match-&key" function (:arguments ("cursor" "specs")) nil [62530 62948])
2384             ("edebug-match-gate" function (:arguments ("_cursor")) nil [62951 63079])
2385             ("edebug-match-list" function (:arguments ("cursor" "specs")) nil [63082 64669])
2386             ("edebug-match-sublist" function (:arguments ("cursor" "specs")) nil [64672 65206])
2387             ("edebug-match-string" function (:arguments ("cursor" "spec")) nil [65209 65563])
2388             ("edebug-match-nil" function (:arguments ("cursor")) nil [65565 65751])
2389             ("edebug-match-function" function (:arguments ("_cursor")) nil [65754 65858])
2390             ("edebug-match-&define" function (:arguments ("cursor" "specs")) nil [65860 66387])
2391             ("edebug-match-lambda-expr" function (:arguments ("cursor")) nil [66389 67372])
2392             ("edebug-match-name" function (:arguments ("cursor")) nil [67375 67909])
2393             ("edebug-match-colon-name" function (:arguments ("_cursor" "spec")) nil [67911 68172])
2394             ("edebug-match-cl-generic-method-args" function (:arguments ("cursor")) nil [68174 68558])
2395             ("edebug-match-arg" function (:arguments ("cursor")) nil [68560 68980])
2396             ("edebug-match-def-form" function (:arguments ("cursor")) nil [68982 69364])
2397             ("edebug-match-def-body" function (:arguments ("cursor")) nil [69366 69858])
2398             ("edebug-spec-p" function (:arguments ("object")) nil [69997 70166])
2399             ("def-edebug-spec" code nil nil [70168 70339])
2400             ("def-edebug-spec" code nil nil [70341 70480])
2401             ("def-edebug-spec" code nil nil [70482 70852])
2402             ("def-edebug-spec" code nil nil [70968 70996])
2403             ("def-edebug-spec" code nil nil [71030 71063])
2404             ("def-edebug-spec" code nil nil [71064 71121])
2405             ("def-edebug-spec" code nil nil [71123 71289])
2406             ("def-edebug-spec" code nil nil [71290 71503])
2407             ("def-edebug-spec" code nil nil [71505 71542])
2408             ("def-edebug-spec" code nil nil [71578 71702])
2409             ("def-edebug-spec" code nil nil [71704 71814])
2410             ("def-edebug-spec" code nil nil [71816 71880])
2411             ("def-edebug-spec" code nil nil [72022 72234])
2412             ("def-edebug-spec" code nil nil [72329 72381])
2413             ("def-edebug-spec" code nil nil [72452 72515])
2414             ("def-edebug-spec" code nil nil [72824 72902])
2415             ("def-edebug-spec" code nil nil [72904 72930])
2416             ("def-edebug-spec" code nil nil [72932 72975])
2417             ("def-edebug-spec" code nil nil [72976 73011])
2418             ("def-edebug-spec" code nil nil [73013 73056])
2419             ("def-edebug-spec" code nil nil [73058 73156])
2420             ("def-edebug-spec" code nil nil [73159 73196])
2421             ("def-edebug-spec" code nil nil [73282 73994])
2422             ("defalias" code nil nil [74618 74643])
2423             ("def-edebug-spec" code nil nil [74681 74719])
2424             ("def-edebug-spec" code nil nil [74796 74851])
2425             ("def-edebug-spec" code nil nil [74852 74958])
2426             ("def-edebug-spec" code nil nil [74983 75023])
2427             ("def-edebug-spec" code nil nil [75024 75063])
2428             ("edebug-active" variable nil nil [75109 75135])
2429             ("edebug-stack" variable nil nil [75171 75196])
2430             ("edebug-stack-depth" variable (:default-value -1) nil [75284 75314])
2431             ("edebug-offset-indices" variable nil nil [75352 75386])
2432             ("edebug-entered" variable nil nil [75538 75690])
2433             ("edebug-debugger" variable
2434                (:constant-flag t
2435                 :default-value (quote edebug))
2436                 nil [75720 75880])
2437             ("edebug-function" variable nil nil [75951 75975])
2438             ("edebug-data" variable nil nil [76021 76041])
2439             ("edebug-def-mark" variable nil nil [76077 76101])
2440             ("edebug-freq-count" variable nil nil [76132 76158])
2441             ("edebug-coverage" variable nil nil [76193 76217])
2442             ("edebug-buffer" variable nil nil [76274 76296])
2443             ("edebug-execution-mode" variable (:default-value (quote step)) nil [76333 76369])
2444             ("edebug-next-execution-mode" variable nil nil [76405 76444])
2445             ("edebug-outside-debug-on-error" variable nil nil [76482 76520])
2446             ("edebug-outside-debug-on-quit" variable nil nil [76559 76596])
2447             ("edebug-signal" function (:arguments ("signal-name" "signal-data")) nil [76657 77730])
2448             ("edebug-enter" function (:arguments ("function" "args" "body")) nil [77753 80259])
2449             ("edebug-var-status" function (:arguments ("var")) nil [80261 80733])
2450             ("edebug-restore-status" function (:arguments ("var" "status")) nil [80735 81140])
2451             ("edebug--enter-trace" function (:arguments ("function" "args" "body")) nil [81142 81470])
2452             ("def-edebug-spec" code nil nil [81472 81516])
2453             ("edebug-tracing" function (:arguments ("msg" "body")) nil [81518 81900])
2454             ("edebug-print-trace-before" function (:arguments ("msg")) nil [81902 82140])
2455             ("edebug-print-trace-after" function (:arguments ("msg")) nil [82142 82378])
2456             ("edebug-slow-before" function (:arguments ("before-index")) nil [82382 82925])
2457             ("edebug-fast-before" function (:arguments ("_before-index")) nil [82927 82989])
2458             ("edebug-slow-after" function (:arguments ("_before-index" "after-index" "value")) nil [82991 83650])
2459             ("edebug-fast-after" function (:arguments ("_before-index" "_after-index" "value")) nil [83652 83758])
2460             ("edebug-run-slow" function nil nil [83760 83880])
2461             ("edebug-run-fast" function nil nil [83908 84028])
2462             ("edebug-run-slow" code nil nil [84030 84047])
2463             ("edebug--update-coverage" function (:arguments ("after-index" "value")) nil [84050 84410])
2464             ("edebug-breakpoints" variable nil nil [84456 84483])
2465             ("edebug-break-data" variable nil nil [84484 84510])
2466             ("edebug-break" variable nil nil [84546 84567])
2467             ("edebug-global-break" variable nil nil [84596 84624])
2468             ("edebug-break-condition" variable nil nil [84660 84691])
2469             ("edebug-break-result" variable nil nil [84734 84766])
2470             ("edebug-global-break-result" variable nil nil [84767 84806])
2471             ("edebug-debugger" function (:arguments ("offset-index" "arg-mode" "value")) nil [84809 86393])
2472             ("edebug-point" variable nil nil [86765 86786])
2473             ("edebug-outside-buffer" variable nil nil [86816 86846])
2474             ("edebug-outside-point" variable nil nil [86886 86915])
2475             ("edebug-outside-mark" variable nil nil [86946 86974])
2476             ("edebug-window-data" variable nil nil [87004 87031])
2477             ("edebug-outside-windows" variable nil nil [87080 87111])
2478             ("edebug-eval-buffer" variable nil nil [87143 87170])
2479             ("edebug-outside-d-c-i-n-s-w" variable nil nil [87198 87233])
2480             ("edebug-eval-list" variable nil nil [87284 87313])
2481             ("edebug-previous-result" variable nil nil [87351 87386])
2482             ("defalias" code nil nil [87462 87505])
2483             ("edebug--display" function (:arguments ("value" "offset-index" "arg-mode")) nil [87507 87784])
2484             ("edebug--display-1" function (:arguments ("value" "offset-index" "arg-mode")) nil [87786 98237])
2485             ("edebug-number-of-recursions" variable nil nil [98240 98278])
2486             ("edebug-recursion-depth" variable nil nil [98361 98394])
2487             ("edebug-outside-match-data" variable nil nil [98485 98519])
2488             ("edebug-backtrace-buffer" variable nil nil [98551 98583])
2489             ("edebug-inside-windows" variable nil nil [98619 98649])
2490             ("edebug-interactive-p" variable nil nil [98650 98679])
2491             ("edebug--recursive-edit" function (:arguments ("arg-mode")) nil [98681 101803])
2492             ("edebug-arrow-alist" variable
2493                (:constant-flag t
2494                 :default-value (quote ((Continue-fast . "=") (Trace-fast . "-") (continue . ">") (trace . "->") (step . "=>") (next . "=>") (go . "<>") (Go-nonstop . ".."))))
2495                 nil [101837 102090])
2496             ("edebug-overlay-arrow" function nil nil [102092 102522])
2497             ("edebug-toggle-save-all-windows" function (:user-visible-flag t) nil [102525 103056])
2498             ("edebug-changing-windows" function (:arguments ("body")) nil [103058 103506])
2499             ("edebug-toggle-save-selected-window" function (:user-visible-flag t) nil [103508 104516])
2500             ("edebug-toggle-save-windows" function
2501                (:user-visible-flag t
2502                 :arguments ("arg"))
2503                 nil [104518 104802])
2504             ("edebug-where" function (:user-visible-flag t) nil [104804 105229])
2505             ("edebug-view-outside" function (:user-visible-flag t) nil [105231 105710])
2506             ("edebug-bounce-point" function
2507                (:user-visible-flag t
2508                 :arguments ("arg"))
2509                 nil [105713 106486])
2510             ("edebug-display-buffer-list" variable nil nil [106635 106738])
2511             ("edebug-display-buffer" function
2512                (:user-visible-flag t
2513                 :arguments ("buffer"))
2514                 nil [106741 107168])
2515             ("edebug-find-stop-point" function nil nil [107204 108358])
2516             ("edebug-next-breakpoint" function (:user-visible-flag t) nil [108361 109581])
2517             ("edebug-modify-breakpoint" function (:arguments ("flag" "condition" "temporary")) nil [109584 111014])
2518             ("edebug-set-breakpoint" function
2519                (:user-visible-flag t
2520                 :arguments ("arg"))
2521                 nil [111016 111204])
2522             ("edebug-unset-breakpoint" function (:user-visible-flag t) nil [111206 111331])
2523             ("edebug-set-global-break-condition" function
2524                (:user-visible-flag t
2525                 :arguments ("expression"))
2526                 nil [111334 111831])
2527             ("edebug-set-mode" function (:arguments ("mode" "shortmsg" "msg")) nil [111864 112274])
2528             ("defalias" code nil nil [112277 112331])
2529             ("edebug-step-mode" function (:user-visible-flag t) nil [112333 112476])
2530             ("edebug-next-mode" function (:user-visible-flag t) nil [112478 112626])
2531             ("edebug-go-mode" function
2532                (:user-visible-flag t
2533                 :arguments ("arg"))
2534                 nil [112628 112875])
2535             ("edebug-Go-nonstop-mode" function (:user-visible-flag t) nil [112877 113111])
2536             ("edebug-trace-mode" function (:user-visible-flag t) nil [113114 113308])
2537             ("edebug-Trace-fast-mode" function (:user-visible-flag t) nil [113310 113544])
2538             ("edebug-continue-mode" function (:user-visible-flag t) nil [113546 113760])
2539             ("edebug-Continue-fast-mode" function (:user-visible-flag t) nil [113762 114013])
2540             ("edebug-goto-here" function (:user-visible-flag t) nil [114146 114281])
2541             ("edebug-stop" function (:user-visible-flag t) nil [114284 114429])
2542             ("edebug-forward" function (:user-visible-flag t) nil [114433 114637])
2543             ("edebug-forward-sexp" function
2544                (:user-visible-flag t
2545                 :arguments ("arg"))
2546                 nil [114640 115030])
2547             ("edebug-step-out" function (:user-visible-flag t) nil [115032 115748])
2548             ("edebug-instrument-function" function (:arguments ("func")) nil [115750 117357])
2549             ("edebug-instrument-callee" function (:user-visible-flag t) nil [117359 118158])
2550             ("edebug-step-in" function (:user-visible-flag t) nil [118161 118589])
2551             ("edebug-on-entry" function
2552                (:user-visible-flag t
2553                 :arguments ("function" "flag"))
2554                 nil [118591 118949])
2555             ("cancel-edebug-on-entry" function (:arguments ("function")) nil [118951 119070])
2556             ("advice-add" code nil nil [119074 119134])
2557             ("edebug--debug-on-entry" function (:arguments ("orig" "function")) nil [119202 119474])
2558             ("edebug-top-level-nonstop" function (:user-visible-flag t) nil [119477 119710])
2559             ("edebug-initial-mode-alist" variable
2560                (:constant-flag t
2561                 :default-value (quote ((edebug-step-mode . step) (edebug-next-mode . next) (edebug-trace-mode . trace) (edebug-Trace-fast-mode . Trace-fast) (edebug-go-mode . go) (edebug-continue-mode . continue) (edebug-Continue-fast-mode . Continue-fast) (edebug-Go-nonstop-mode . Go-nonstop))))
2562                 nil [119844 120231])
2563             ("edebug-mode-map" variable nil nil [120233 120257])
2564             ("edebug-set-initial-mode" function (:user-visible-flag t) nil [120291 121027])
2565             ("edebug-outside-excursion" function (:arguments ("body")) nil [121060 122902])
2566             ("edebug-eval" function (:arguments ("expr")) nil [122904 122970])
2567             ("edebug-safe-eval" function (:arguments ("expr")) nil [122972 123273])
2568             ("edebug-report-error" function (:arguments ("value")) nil [123290 123790])
2569             ("print-readably" variable nil nil [123792 123815])
2570             ("edebug-safe-prin1-to-string" function (:arguments ("value")) nil [123950 124265])
2571             ("edebug-compute-previous-result" function (:arguments ("previous-value")) nil [124267 124564])
2572             ("edebug-previous-result" function (:user-visible-flag t) nil [124566 124686])
2573             ("defalias" code nil nil [124714 124769])
2574             ("defalias" code nil nil [124770 124812])
2575             ("defalias" code nil nil [124813 124849])
2576             ("edebug-eval-expression" function
2577                (:user-visible-flag t
2578                 :arguments ("expr"))
2579                 nil [124851 125339])
2580             ("edebug-eval-last-sexp" function (:user-visible-flag t) nil [125341 125521])
2581             ("edebug-eval-print-last-sexp" function (:user-visible-flag t) nil [125523 125980])
2582             ("edebug-inhibit-emacs-lisp-mode-bindings" variable nil nil [126005 126222])
2583             ("define-obsolete-variable-alias" code nil nil [126224 126335])
2584             ("unless" code nil nil [126393 126822])
2585             ("edebug-mode-map" variable (:default-value (let ((map (copy-keymap emacs-lisp-mode-map))) (define-key map " " (quote edebug-step-mode)) (define-key map "n" (quote edebug-next-mode)) (define-key map "g" (quote edebug-go-mode)) (define-key map "G" (quote edebug-Go-nonstop-mode)) (define-key map "t" (quote edebug-trace-mode)) (define-key map "T" (quote edebug-Trace-fast-mode)) (define-key map "c" (quote edebug-continue-mode)) (define-key map "C" (quote edebug-Continue-fast-mode)) (define-key map "f" (quote edebug-forward-sexp)) (define-key map "h" (quote edebug-goto-here)) (define-key map "I" (quote edebug-instrument-callee)) (define-key map "i" (quote edebug-step-in)) (define-key map "o" (quote edebug-step-out)) (define-key map "q" (quote top-level)) (define-key map "Q" (quote edebug-top-level-nonstop)) (define-key map "a" (quote abort-recursive-edit)) (define-key map "S" (quote edebug-stop)) (define-key map "b" (quote edebug-set-breakpoint)) (define-key map "u" (quote edebug-unset-breakpoint)) (define-key map "B" (quote edebug-next-breakpoint)) (define-key map "x" (quote edebug-set-conditional-breakpoint)) (define-key map "X" (quote edebug-set-global-break-condition)) (define-key map "r" (quote edebug-previous-result)) (define-key map "e" (quote edebug-eval-expression)) (define-key map "" (quote edebug-eval-last-sexp)) (define-key map "E" (quote edebug-visit-eval-list)) (define-key map "w" (quote edebug-where)) (define-key map "v" (quote edebug-view-outside)) (define-key map "p" (quote edebug-bounce-point)) (define-key map "P" (quote edebug-view-outside)) (define-key map "W" (quote edebug-toggle-save-windows)) (define-key map "?" (quote edebug-help)) (define-key map "d" (quote edebug-backtrace)) (define-key map "-" (quote negative-argument)) (define-key map "=" (quote edebug-temp-display-freq-count)) (define-key map "" (quote edebug-step-mode)) (define-key map "" (quote edebug-next-mode)) (define-key map "" (quote edebug-go-mode)) (define-key map " " (quote edebug-set-breakpoint)) (define-key map "" (quote edebug-unset-breakpoint)) (define-key map "" (lambda nil (interactive) (edebug-set-breakpoint t))) (define-key map " " (quote edebug-where)) map)) nil [126824 129190])
2586             ("global-edebug-prefix" variable (:default-value "X") nil [129331 129437])
2587             ("global-edebug-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map " " (quote edebug-step-mode)) (define-key map "g" (quote edebug-go-mode)) (define-key map "G" (quote edebug-Go-nonstop-mode)) (define-key map "t" (quote edebug-trace-mode)) (define-key map "T" (quote edebug-Trace-fast-mode)) (define-key map "c" (quote edebug-continue-mode)) (define-key map "C" (quote edebug-Continue-fast-mode)) (define-key map "b" (quote edebug-set-breakpoint)) (define-key map "u" (quote edebug-unset-breakpoint)) (define-key map "x" (quote edebug-set-conditional-breakpoint)) (define-key map "X" (quote edebug-set-global-break-condition)) (define-key map "w" (quote edebug-where)) (define-key map "W" (quote edebug-toggle-save-windows)) (define-key map "q" (quote top-level)) (define-key map "Q" (quote edebug-top-level-nonstop)) (define-key map "a" (quote abort-recursive-edit)) (define-key map "=" (quote edebug-display-freq-count)) map)) nil [129439 130464])
2588             ("global-unset-key" code nil nil [130466 130505])
2589             ("global-set-key" code nil nil [130506 130561])
2590             ("edebug-help" function (:user-visible-flag t) nil [130564 130665])
2591             ("edebug--mode-saved-vars" variable nil nil [130667 130703])
2592             ("define-minor-mode" code nil nil [130705 132637])
2593             ("edebug-kill-buffer" function nil nil [132639 132787])
2594             ("edebug-eval-result-list" function nil nil [132890 133169])
2595             ("edebug-eval-display-list" function (:arguments ("eval-result-list")) nil [133171 133638])
2596             ("edebug-create-eval-buffer" function nil nil [133640 133842])
2597             ("edebug-eval-display" function (:arguments ("eval-result-list")) nil [133964 134233])
2598             ("edebug-eval-redisplay" function nil nil [134235 134491])
2599             ("edebug-visit-eval-list" function (:user-visible-flag t) nil [134493 134667])
2600             ("edebug-update-eval-list" function (:user-visible-flag t) nil [134670 135363])
2601             ("edebug-delete-eval-item" function (:user-visible-flag t) nil [135366 135705])
2602             ("edebug-eval-mode-map" variable (:default-value (let ((map (make-sparse-keymap))) (set-keymap-parent map lisp-interaction-mode-map) (define-key map "" (quote edebug-where)) (define-key map "" (quote edebug-delete-eval-item)) (define-key map "" (quote edebug-update-eval-list)) (define-key map "" (quote edebug-eval-last-sexp)) (define-key map "
2603 " (quote edebug-eval-print-last-sexp)) map)) nil [135709 136178])
2604             ("put" code nil nil [136180 136224])
2605             ("define-derived-mode" code nil nil [136226 136743])
2606             ("edebug" function (:arguments ("arg-mode" "args")) nil [137072 138068])
2607             ("edebug-backtrace" function (:user-visible-flag t) nil [138071 139427])
2608             ("edebug-trace-display" function (:arguments ("buf-name" "fmt" "args")) nil [139450 140533])
2609             ("edebug-trace" function (:arguments ("fmt" "args")) nil [140536 140711])
2610             ("edebug-display-freq-count" function (:user-visible-flag t) nil [140892 143285])
2611             ("edebug-temp-display-freq-count" function (:user-visible-flag t) nil [143426 143906])
2612             ("edebug-toggle" function (:arguments ("variable")) nil [143921 144054])
2613             ("easymenu" include nil nil [144173 144192])
2614             ("edebug-mode-menus" variable
2615                (:constant-flag t
2616                 :default-value (quote ("Edebug" ["Stop" edebug-stop t] ["Step" edebug-step-mode t] ["Next" edebug-next-mode t] ["Trace" edebug-trace-mode t] ["Trace Fast" edebug-Trace-fast-mode t] ["Continue" edebug-continue-mode t] ["Continue Fast" edebug-Continue-fast-mode t] ["Go" edebug-go-mode t] ["Go Nonstop" edebug-Go-nonstop-mode t] "----" ["Help" edebug-help t] ["Abort" abort-recursive-edit t] ["Quit to Top Level" top-level t] ["Quit Nonstop" edebug-top-level-nonstop t] "----" ("Jumps" ["Forward Sexp" edebug-forward-sexp t] ["Step In" edebug-step-in t] ["Step Out" edebug-step-out t] ["Goto Here" edebug-goto-here t]) ("Breaks" ["Set Breakpoint" edebug-set-breakpoint t] ["Unset Breakpoint" edebug-unset-breakpoint t] ["Set Conditional Breakpoint" edebug-set-conditional-breakpoint t] ["Set Global Break Condition" edebug-set-global-break-condition t] ["Show Next Breakpoint" edebug-next-breakpoint t]) ("Views" ["Where am I?" edebug-where t] ["Bounce to Current Point" edebug-bounce-point t] ["View Outside Windows" edebug-view-outside t] ["Previous Result" edebug-previous-result t] ["Show Backtrace" edebug-backtrace t] ["Display Freq Count" edebug-display-freq-count t]) ("Eval" ["Expression" edebug-eval-expression t] ["Last Sexp" edebug-eval-last-sexp t] ["Visit Eval List" edebug-visit-eval-list t]) ("Options" ["Edebug All Defs" edebug-all-defs :style toggle :selected edebug-all-defs] ["Edebug All Forms" edebug-all-forms :style toggle :selected edebug-all-forms] "----" ["Tracing" (edebug-toggle (quote edebug-trace)) :style toggle :selected edebug-trace] ["Test Coverage" (edebug-toggle (quote edebug-test-coverage)) :style toggle :selected edebug-test-coverage] ["Save Windows" edebug-toggle-save-windows :style toggle :selected edebug-save-windows] ["Save Point" (edebug-toggle (quote edebug-save-displayed-buffer-points)) :style toggle :selected edebug-save-displayed-buffer-points]))))
2617                 nil [144194 146375])
2618             ("defalias" code nil nil [146412 146459])
2619             ("edebug-mark" function nil nil [146461 146494])
2620             ("edebug-set-conditional-breakpoint" function
2621                (:user-visible-flag t
2622                 :arguments ("arg" "condition"))
2623                 nil [146496 147589])
2624             ("easy-menu-define" code nil nil [147591 147670])
2625             ("edebug--require-cl-read" function nil nil [147781 147843])
2626             ("if" code nil nil [147845 148068])
2627             ("add-hook" code nil nil [148324 148414])
2628             ("edebug--called-interactively-skip" function (:arguments ("i" "frame1" "frame2")) nil [148415 148784])
2629             ("edebug-install-read-eval-functions" code nil nil [148938 148974])
2630             ("edebug-unload-function" function nil nil [148976 149532])
2631             ("edebug" package nil nil [149534 149551]))          
2632       :file "edebug.el"
2633       :pointmax 149576
2634       :fsize 149575
2635       :lastmodtime '(23525 29540 0 0)
2636       :unmatched-syntax '((punctuation 119201 . 119202) (punctuation 119073 . 119074) (punctuation 114432 . 114433) (punctuation 106740 . 106741) (punctuation 106634 . 106635) (punctuation 11204 . 11205) (punctuation 10777 . 10778) (close-paren 2010 . 2011) (symbol 1976 . 1993) (open-paren 1975 . 1976)))
2637     (semanticdb-table "semanticdb-table"
2638       :file "ring.el"
2639       :fsize 8343
2640       :lastmodtime '(23525 29543 0 0))
2641     (semanticdb-table "semanticdb-table"
2642       :major-mode emacs-lisp-mode
2643       :tags 
2644         '( ("trace" customgroup (:user-visible-flag t) nil [4199 4300])
2645             ("trace-buffer" variable (:default-value "*trace-output*") nil [4317 4426])
2646             ("trace-level" variable nil nil [4476 4498])
2647             ("trace-advice-name" variable (:default-value (quote trace-function\ )) nil [4555 4599])
2648             ("trace-separator" variable (:default-value (format "%s
2649 " (make-string 70 61))) nil [4665 4725])
2650             ("inhibit-trace" variable nil nil [4727 4807])
2651             ("trace-values" function (:arguments ("values")) nil [4824 5156])
2652             ("trace-entry-message" function (:arguments ("function" "level" "args" "context")) nil [5158 5817])
2653             ("trace-exit-message" function (:arguments ("function" "level" "value" "context")) nil [5819 6387])
2654             ("trace--timer" variable nil nil [6389 6414])
2655             ("trace--display-buffer" function (:arguments ("buf")) nil [6416 6742])
2656             ("trace-make-advice" function (:arguments ("function" "buffer" "background" "context")) nil [6745 8381])
2657             ("trace-function-internal" function (:arguments ("function" "buffer" "background" "context")) nil [8383 8688])
2658             ("trace-is-traced" function (:arguments ("function")) nil [8690 8771])
2659             ("trace--read-args" function (:arguments ("prompt")) nil [8773 10056])
2660             ("trace-function-foreground" function
2661                (:user-visible-flag t
2662                 :arguments ("function" "buffer" "context"))
2663                 nil [10073 11044])
2664             ("trace-function-background" function
2665                (:user-visible-flag t
2666                 :arguments ("function" "buffer" "context"))
2667                 nil [11061 11420])
2668             ("defalias" code nil nil [11437 11490])
2669             ("untrace-function" function
2670                (:user-visible-flag t
2671                 :arguments ("function"))
2672                 nil [11492 11955])
2673             ("untrace-all" function (:user-visible-flag t) nil [11957 12072])
2674             ("trace" package nil nil [12074 12090]))          
2675       :file "trace.el"
2676       :pointmax 12115
2677       :fsize 12114
2678       :lastmodtime '(23525 29544 0 0)
2679       :unmatched-syntax nil)
2680     (semanticdb-table "semanticdb-table"
2681       :major-mode emacs-lisp-mode
2682       :tags 
2683         '( ("tq-queue" function (:arguments ("tq")) nil [2131 2175])
2684             ("tq-process" function (:arguments ("tq")) nil [2176 2226])
2685             ("tq-buffer" function (:arguments ("tq")) nil [2227 2277])
2686             ("tq-queue-head-question" function (:arguments ("tq")) nil [2426 2487])
2687             ("tq-queue-head-regexp" function (:arguments ("tq")) nil [2573 2640])
2688             ("tq-queue-head-closure" function (:arguments ("tq")) nil [2693 2766])
2689             ("tq-queue-head-fn" function (:arguments ("tq")) nil [2846 2919])
2690             ("tq-queue-empty" function (:arguments ("tq")) nil [2957 3012])
2691             ("tq-create" function (:arguments ("process")) nil [3053 3580])
2692             ("tq-queue-add" function (:arguments ("tq" "question" "re" "closure" "fn")) nil [3582 3733])
2693             ("tq-queue-pop" function (:arguments ("tq")) nil [3735 3947])
2694             ("tq-enqueue" function (:arguments ("tq" "question" "regexp" "closure" "fn" "delay-question")) nil [3949 4796])
2695             ("tq-close" function (:arguments ("tq")) nil [4798 4946])
2696             ("tq-filter" function (:arguments ("tq" "string")) nil [4948 5211])
2697             ("tq-process-buffer" function (:arguments ("tq")) nil [5213 6154])
2698             ("tq" package nil nil [6156 6169]))          
2699       :file "tq.el"
2700       :pointmax 6191
2701       :fsize 6190
2702       :lastmodtime '(23525 29544 0 0)
2703       :unmatched-syntax nil)
2704     (semanticdb-table "semanticdb-table"
2705       :major-mode emacs-lisp-mode
2706       :tags 
2707         '( ("edebug" include nil nil [3214 3231])
2708             ("testcover" package nil nil [3232 3252])
2709             ("testcover" customgroup (:user-visible-flag t) nil [3429 3535])
2710             ("testcover-constants" variable (:default-value (quote (nil t emacs-build-time emacs-version emacs-major-version emacs-minor-version))) nil [3537 3812])
2711             ("testcover-1value-functions" variable (:default-value (quote (backward-char barf-if-buffer-read-only beginning-of-line buffer-disable-undo buffer-enable-undo current-global-map deactivate-mark delete-backward-char delete-char delete-region ding forward-char function* insert insert-and-inherit kill-all-local-variables kill-line kill-paragraph kill-region kill-sexp lambda minibuffer-complete-and-exit narrow-to-region next-line push-mark put-text-property run-hooks set-match-data signal substitute-key-definition suppress-keymap undo use-local-map while widen yank))) nil [3814 4751])
2712             ("testcover-noreturn-functions" variable (:default-value (quote (error noreturn throw signal))) nil [4753 5000])
2713             ("testcover-compose-functions" variable (:default-value (quote (+ - * / = append length list make-keymap make-sparse-keymap mapcar message propertize replace-regexp-in-string run-with-idle-timer set-buffer-modified-p))) nil [5002 5517])
2714             ("testcover-progn-functions" variable (:default-value (quote (define-key fset function goto-char mapc overlay-put progn save-current-buffer save-excursion save-match-data save-restriction save-selected-window save-window-excursion set set-default set-marker-insertion-type setq setq-default with-current-buffer with-output-to-temp-buffer with-syntax-table with-temp-buffer with-temp-file with-temp-message with-timeout))) nil [5519 6213])
2715             ("testcover-prog1-functions" variable (:default-value (quote (prog1 unwind-protect))) nil [6215 6520])
2716             ("testcover-potentially-1value-functions" variable (:default-value (quote (add-hook and beep or remove-hook unless when))) nil [6522 6787])
2717             ("testcover-nohits" variable
2718                (:default-value (quote ((t (:background "DeepPink2"))))
2719                 :type "face")
2720                 nil [6789 6927])
2721             ("testcover-1value" variable
2722                (:default-value (quote ((t (:background "Wheat2"))))
2723                 :type "face")
2724                 nil [6929 7083])
2725             ("testcover-module-constants" variable nil nil [7261 7384])
2726             ("testcover-module-1value-functions" variable nil nil [7386 7566])
2727             ("testcover-module-potentially-1value-functions" variable nil nil [7568 7759])
2728             ("testcover-vector" variable nil nil [7761 7853])
2729             ("testcover-start" function
2730                (:user-visible-flag t
2731                 :arguments ("filename" "byte-compile"))
2732                 nil [8065 8932])
2733             ("testcover-this-defun" function (:user-visible-flag t) nil [8949 9167])
2734             ("testcover--read" function (:arguments ("orig" "stream")) nil [9169 9555])
2735             ("testcover-reinstrument" function (:arguments ("form")) nil [9557 16568])
2736             ("testcover-reinstrument-list" function (:arguments ("list")) nil [16570 16996])
2737             ("testcover-reinstrument-compose" function (:arguments ("list" "fun")) nil [16998 17586])
2738             ("testcover-end" function
2739                (:user-visible-flag t
2740                 :arguments ("filename"))
2741                 nil [17588 17798])
2742             ("testcover-enter" function (:arguments ("testcover-sym" "testcover-fun")) nil [17985 18315])
2743             ("testcover-after" function (:arguments ("idx" "val")) nil [18317 19138])
2744             ("testcover-1value" function (:arguments ("idx" "val")) nil [19140 19810])
2745             ("testcover-mark" function (:arguments ("def")) nil [20032 21526])
2746             ("testcover-mark-all" function
2747                (:user-visible-flag t
2748                 :arguments ("buffer"))
2749                 nil [21528 21891])
2750             ("testcover-unmark-all" function
2751                (:user-visible-flag t
2752                 :arguments ("buffer"))
2753                 nil [21893 22141])
2754             ("testcover-next-mark" function (:user-visible-flag t) nil [22176 22349]))          
2755       :file "testcover.el"
2756       :pointmax 22378
2757       :fsize 22377
2758       :lastmodtime '(23525 29544 0 0)
2759       :unmatched-syntax nil))
2760   :file "!drive_c!Program Files!Emacs 26.1!share!emacs!26.1!lisp!emacs-lisp!semantic.cache"
2761   :semantic-tag-version "2.0"
2762   :semanticdb-version "2.2")