From 431c06f333d8a2c6e4d88b6c51485fd5f76447f8 Mon Sep 17 00:00:00 2001 From: Ivan Andrus Date: Sat, 29 Jun 2013 13:47:11 -0600 Subject: [PATCH] Fixed byte-compilation warning --- Tools/cython-mode.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Tools/cython-mode.el b/Tools/cython-mode.el index 66a2d5e..5c95a0e 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) -- 2.7.4