27 lines
740 B
EmacsLisp
27 lines
740 B
EmacsLisp
|
;;; auctex-latexmk-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
|
|||
|
;;
|
|||
|
;;; Code:
|
|||
|
|
|||
|
(add-to-list 'load-path (directory-file-name
|
|||
|
(or (file-name-directory #$) (car load-path))))
|
|||
|
|
|||
|
|
|||
|
;;;### (autoloads nil "auctex-latexmk" "auctex-latexmk.el" (0 0 0
|
|||
|
;;;;;; 0))
|
|||
|
;;; Generated autoloads from auctex-latexmk.el
|
|||
|
|
|||
|
(autoload 'auctex-latexmk-setup "auctex-latexmk" "\
|
|||
|
Add LatexMk command to TeX-command-list." nil nil)
|
|||
|
|
|||
|
(register-definition-prefixes "auctex-latexmk" '("Latexmk-sentinel" "TeX-run-latexmk" "auctex-latexmk-"))
|
|||
|
|
|||
|
;;;***
|
|||
|
|
|||
|
;; Local Variables:
|
|||
|
;; version-control: never
|
|||
|
;; no-byte-compile: t
|
|||
|
;; no-update-autoloads: t
|
|||
|
;; coding: utf-8
|
|||
|
;; End:
|
|||
|
;;; auctex-latexmk-autoloads.el ends here
|