summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorIvan Andrus <darthandrus@gmail.com>2013-06-29 13:47:11 -0600
committerIvan Andrus <darthandrus@gmail.com>2013-06-29 21:39:46 -0600
commit431c06f333d8a2c6e4d88b6c51485fd5f76447f8 (patch)
tree6d0d779085e69864f0358026c7a14ead5a5b3449 /Tools
parent5446ec2921d6247611978cd17c66e215421b20c4 (diff)
downloadcython-431c06f333d8a2c6e4d88b6c51485fd5f76447f8.tar.gz
Fixed byte-compilation warning
Diffstat (limited to 'Tools')
-rw-r--r--Tools/cython-mode.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/cython-mode.el b/Tools/cython-mode.el
index 66a2d5e35..5c95a0ec1 100644
--- a/Tools/cython-mode.el
+++ b/Tools/cython-mode.el
@@ -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)