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

Chizi123
2018-11-17 c4001ccd1864293b64aa37d83a9d9457eb875e70
commit | author | age
5cb5f7 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         '( ("diff-hl" include nil nil [979 997])
10             ("define-minor-mode" code nil nil [1014 1596])
11             ("diff-hl-amend-setup" function nil nil [1598 1943])
12             ("define-globalized-minor-mode" code nil nil [1960 2064])
13             ("turn-on-diff-hl-amend-mode" function nil nil [2066 2212])
14             ("diff-hl-amend" package nil nil [2214 2238]))          
15       :file "diff-hl-amend.el"
16       :pointmax 2271
17       :fsize 2270
18       :lastmodtime '(23534 42821 0 0)
19       :unmatched-syntax nil)
20     (semanticdb-table "semanticdb-table"
21       :major-mode emacs-lisp-mode
22       :tags 
23         '( ("fringe" include nil nil [1733 1750])
24             ("diff-mode" include nil nil [1751 1771])
25             ("vc" include nil nil [1772 1785])
26             ("vc-dir" include nil nil [1786 1803])
27             ("declare-function" code nil nil [1908 1956])
28             ("face-remap" include nil nil [1884 1905])
29             ("vc-hg" include nil nil [1865 1881])
30             ("vc-git" include nil nil [1845 1862])
31             ("cl-lib" include nil nil [1825 1842])
32             ("diff-hl" customgroup (:user-visible-flag t) nil [1959 2043])
33             ("diff-hl-insert" variable
34                (:default-value (quote ((default :inherit diff-added) (((class color)) :foreground "green4")))
35                 :type "face")
36                 nil [2045 2208])
37             ("diff-hl-delete" variable
38                (:default-value (quote ((default :inherit diff-removed) (((class color)) :foreground "red3")))
39                 :type "face")
40                 nil [2210 2372])
41             ("diff-hl-change" variable
42                (:default-value (quote ((default :foreground "blue3") (((class color) (min-colors 88) (background light)) :background "#ddddff") (((class color) (min-colors 88) (background dark)) :background "#333355")))
43                 :type "face")
44                 nil [2374 2660])
45             ("diff-hl-command-prefix" variable (:default-value (kbd "C-x v")) nil [2662 2787])
46             ("diff-hl-draw-borders" variable (:default-value t) nil [2789 2912])
47             ("diff-hl-highlight-function" variable (:default-value (quote diff-hl-highlight-on-fringe)) nil [2914 3130])
48             ("diff-hl-fringe-bmp-function" variable (:default-value (quote diff-hl-fringe-bmp-from-pos)) nil [3132 3477])
49             ("diff-hl-fringe-face-function" variable (:default-value (quote diff-hl-fringe-face-from-type)) nil [3479 3709])
50             ("diff-hl-side" variable (:default-value (quote left)) nil [3711 4056])
51             ("diff-hl-reference-revision" variable nil nil [4058 4159])
52             ("diff-hl-define-bitmaps" function nil nil [4161 6102])
53             ("diff-hl-maybe-define-bitmaps" function nil nil [6104 6343])
54             ("diff-hl-spec-cache" variable (:default-value (make-hash-table :test (quote equal))) nil [6345 6403])
55             ("diff-hl-fringe-spec" function (:arguments ("type" "pos" "side")) nil [6405 6996])
56             ("diff-hl-fringe-face-from-type" function (:arguments ("type" "_pos")) nil [6998 7085])
57             ("diff-hl-fringe-bmp-from-pos" function (:arguments ("_type" "pos")) nil [7087 7175])
58             ("diff-hl-fringe-bmp-from-type" function (:arguments ("type" "_pos")) nil [7177 7379])
59             ("vc-svn-diff-switches" variable nil nil [7381 7410])
60             ("diff-hl-with-diff-switches" function (:arguments ("body")) nil [7412 8145])
61             ("diff-hl-modified-p" function (:arguments ("state")) nil [8147 8435])
62             ("diff-hl-changes-buffer" function (:arguments ("file" "backend")) nil [8437 8696])
63             ("diff-hl-changes" function nil nil [8698 10224])
64             ("diff-hl-update" function nil nil [10226 11486])
65             ("diff-hl-add-highlighting" function (:arguments ("type" "shape")) nil [11488 11669])
66             ("diff-hl-highlight-on-fringe" function (:arguments ("ovl" "type" "shape")) nil [11671 11859])
67             ("diff-hl-remove-overlays" function (:arguments ("beg" "end")) nil [11861 12075])
68             ("diff-hl-overlay-modified" function (:arguments ("ov" "after-p" "_beg" "_end" "_length")) nil [12077 12359])
69             ("diff-hl-timer" variable nil nil [12361 12387])
70             ("diff-hl-edit" function (:arguments ("_beg" "_end" "_len")) nil [12389 12680])
71             ("diff-hl-after-undo" function (:arguments ("buffer")) nil [12682 12804])
72             ("diff-hl-diff-goto-hunk" function (:user-visible-flag t) nil [12806 13354])
73             ("diff-hl-diff-skip-to" function (:arguments ("line")) nil [13356 14190])
74             ("diff-hl-revert-hunk" function (:user-visible-flag t) nil [14192 16282])
75             ("diff-hl-hunk-overlay-at" function (:arguments ("pos")) nil [16284 16435])
76             ("diff-hl-next-hunk" function
77                (:user-visible-flag t
78                 :arguments ("backward"))
79                 nil [16437 17128])
80             ("diff-hl-previous-hunk" function (:user-visible-flag t) nil [17130 17270])
81             ("diff-hl-mark-hunk" function nil nil [17272 17501])
82             ("diff-hl-command-map" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map "n" (quote diff-hl-revert-hunk)) (define-key map "[" (quote diff-hl-previous-hunk)) (define-key map "]" (quote diff-hl-next-hunk)) map)) nil [17503 17714])
83             ("fset" code nil nil [17715 17762])
84             ("diff-hl-lighter" variable nil nil [17764 17904])
85             ("define-minor-mode" code nil nil [17921 20170])
86             ("when" code nil nil [20172 20698])
87             ("declare-function" code nil nil [20700 20745])
88             ("declare-function" code nil nil [20746 20797])
89             ("diff-hl-magit-post-refresh" function nil nil [20799 22066])
90             ("diff-hl-dir-update" function nil nil [22068 22445])
91             ("define-minor-mode" code nil nil [22447 22701])
92             ("turn-on-diff-hl-mode" function nil nil [22718 22937])
93             ("define-globalized-minor-mode" code nil nil [22954 23081])
94             ("diff-hl-global-mode-change" function nil nil [23083 23280])
95             ("diff-hl" package nil nil [23282 23300]))          
96       :file "diff-hl.el"
97       :pointmax 23327
98       :fsize 23326
99       :lastmodtime '(23534 42821 0 0)
100       :unmatched-syntax '((close-paren 1956 . 1957) (symbol 1805 . 1822) (open-paren 1804 . 1805))))
101   :file "!drive_c!Users!joelg!.emacs.d!elpa!diff-hl-20180201.1155!semantic.cache"
102   :semantic-tag-version "2.0"
103   :semanticdb-version "2.2")