From 309475c5b98ded12691b8e1176a0a4757d6da4e6 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Fri, 13 Jul 2007 13:28:40 +0200 Subject: fix #4026: pylint.el should require compile --- elisp/pylint.el | 1 + 1 file changed, 1 insertion(+) (limited to 'elisp') diff --git a/elisp/pylint.el b/elisp/pylint.el index 753c679..14960e9 100644 --- a/elisp/pylint.el +++ b/elisp/pylint.el @@ -1,3 +1,4 @@ +(require 'compile) ;; adapted from pychecker for pylint (defun pylint-python-hook () -- cgit v1.2.1