You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
;;; cython-mode-autoloads.el --- automatically extracted autoloads;;;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "cython-mode" "cython-mode.el" (0 0 0 0));;; Generated autoloads from cython-mode.el
(add-to-list 'auto-mode-alist '("\\.pyx\\'" . cython-mode))
(add-to-list 'auto-mode-alist '("\\.pxd\\'" . cython-mode))
(add-to-list 'auto-mode-alist '("\\.pxi\\'" . cython-mode))
(let ((loads (get 'cython 'custom-loads))) (if (member '"cython-mode" loads) nil (put 'cython 'custom-loads (cons '"cython-mode" loads))))
(defvar cython-default-compile-format "cython -a %s" "\
Format for the default command to compile a Cython file.It will be passed to `format' with `buffer-file-name' as the only other argument.")
(custom-autoload 'cython-default-compile-format "cython-mode" t)
(autoload 'cython-mode "cython-mode" "\
Major mode for Cython development, derived from Python mode.
\\{cython-mode-map}
\(fn)" t nil)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "cython-mode" '("cython-")))
;;;***;; Local Variables:;; version-control: never;; no-byte-compile: t;; no-update-autoloads: t;; coding: utf-8;; End:;;; cython-mode-autoloads.el ends here
|