cookie, since the manual says that it should be possible to add
this function to `find-file-hook'.
+2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
+
+ * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
+ cookie, since the manual says that it should be possible to add
+ this function to `find-file-hook' (bug#8709).
+
2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
* progmodes/cfengine.el: Moved all cfengine3.el functionality
(cancel-timer flymake-timer)
(setq flymake-timer nil)))
+;;;###autoload
(defun flymake-find-file-hook ()
;;+(when flymake-start-syntax-check-on-find-file
;;+ (flymake-log 3 "starting syntax check on file open")