(Flymake mode): find-file-hook instead of ...-hooks.

This commit is contained in:
Eli Zaretskii 2007-01-20 14:37:30 +00:00
parent 15779492bb
commit fa6661a899
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2007-01-20 Markus Triska <markus.triska@gmx.at>
* flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
2007-01-13 Michael Olson <mwolson@gnu.org>
* erc.texi (Modules): Mention capab-identify module.

View file

@ -155,7 +155,7 @@ file for which syntax check is possible. To do so, place the following
line in @code{.emacs}:
@lisp
(add-hook 'find-file-hooks 'flymake-find-file-hook)
(add-hook 'find-file-hook 'flymake-find-file-hook)
@end lisp
@node Running the syntax check