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

Chizi123
2018-11-18 76bbd07de7add0f9d13c6914f158d19630fe2f62
commit | author | age
76bbd0 1 ;;; x86-lookup-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 "x86-lookup" "x86-lookup.el" (0 0 0 0))
10 ;;; Generated autoloads from x86-lookup.el
11
12 (autoload 'x86-lookup "x86-lookup" "\
13 Jump to the PDF documentation for MNEMONIC.
14 Defaults to the mnemonic under point.
15
16 \(fn MNEMONIC)" t nil)
17
18 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "x86-lookup" '("x86-lookup-")))
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 ;;; x86-lookup-autoloads.el ends here