Commit 431c06f3 authored by Ivan Andrus's avatar Ivan Andrus

Fixed byte-compilation warning

parent 5446ec29
......@@ -9,6 +9,9 @@
(add-to-list 'auto-mode-alist '("\\.pxi\\'" . cython-mode))
(defvar cython-buffer nil
"Variable pointing to the cython buffer which was compiled.")
(defun cython-compile ()
"Compile the file via Cython."
(interactive)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment