Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fa6661a8
Commit
fa6661a8
authored
Jan 20, 2007
by
Eli Zaretskii
Browse files
(Flymake mode): find-file-hook instead of ...-hooks.
parent
15779492
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
man/ChangeLog
man/ChangeLog
+4
-0
man/flymake.texi
man/flymake.texi
+1
-1
No files found.
man/ChangeLog
View file @
fa6661a8
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.
...
...
man/flymake.texi
View file @
fa6661a8
...
...
@@ -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-hook
s
'flymake-find-file-hook)
(add-hook 'find-file-hook 'flymake-find-file-hook)
@end lisp
@node Running the syntax check
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment