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

Chizi123
2018-11-18 21067e7cbe6d7a0f65ff5c317a96b5c337b0b3d8
commit | author | age
5cb5f7 1 ;;; company-c-headers-autoloads.el --- automatically extracted autoloads
C 2 ;;
3 ;;; Code:
4
5 (add-to-list 'load-path (directory-file-name
6                          (or (file-name-directory #$) (car load-path))))
7
8
9 ;;;### (autoloads nil "company-c-headers" "company-c-headers.el"
10 ;;;;;;  (0 0 0 0))
11 ;;; Generated autoloads from company-c-headers.el
12
13 (autoload 'company-c-headers "company-c-headers" "\
14 Company backend for C/C++ header files.
15
16 \(fn COMMAND &optional ARG &rest IGNORED)" t nil)
17
18 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "company-c-headers" '("call-if-function" "company-c-headers-")))
19
20 ;;;***
21
22 ;; Local Variables:
23 ;; version-control: never
24 ;; no-byte-compile: t
25 ;; no-update-autoloads: t
26 ;; coding: utf-8
27 ;; End:
28 ;;; company-c-headers-autoloads.el ends here