summaryrefslogtreecommitdiff
path: root/Tools/cython-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/cython-mode.el')
-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)