Dan Nicolaescu <[EMAIL PROTECTED]> writes:

> Bruce Stephens <[EMAIL PROTECTED]> writes:

[...]

>   > (add-hook 'diff-mode-hook (function () (next-error-follow-minor-mode t)))
>
>
> (add-hook 'diff-mode-hook (lambda () (next-error-follow-minor-mode t)))
> should work.

So it does.  I was just confused.  (The documentation's clear about
what "function" does.)


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to