summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2010-07-26 09:36:33 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2010-07-26 09:36:33 +0200
commit046a551ac6135776bbadf225ff764526a775b77c (patch)
treefd1ac9a178ea8365f2f1f3497f400085faeac7f3
parent86d13a5625df431d42aba292b1c8d4e4e40af2fe (diff)
downloadpylint-046a551ac6135776bbadf225ff764526a775b77c.tar.gz
fix fly-make documentation, as suggested by Derek Harland on python-projects
-rw-r--r--doc/flymake.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/flymake.txt b/doc/flymake.txt
index 1756833..1b068af 100644
--- a/doc/flymake.txt
+++ b/doc/flymake.txt
@@ -37,6 +37,7 @@ messages when you the cursor is on the line.
;; appear in the minibuffer
(defun show-fly-err-at-point ()
"If the cursor is sitting on a flymake error, display the message in the minibuffer"
+ (require 'cl)
(interactive)
(let ((line-no (line-number-at-pos)))
(dolist (elem flymake-err-info)