Fixed byte-compilation warning
authorIvan Andrus <darthandrus@gmail.com>
Sat, 29 Jun 2013 19:47:11 +0000 (13:47 -0600)
committerIvan Andrus <darthandrus@gmail.com>
Sun, 30 Jun 2013 03:39:46 +0000 (21:39 -0600)
Tools/cython-mode.el

index 66a2d5e..5c95a0e 100644 (file)
@@ -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)