(Flymake mode): find-file-hook instead of ...-hooks.
This commit is contained in:
parent
15779492bb
commit
fa6661a899
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue