Jan Vroonhof <vroonhof(a)math.ethz.ch> writes:
Hrvoje Niksic <hniksic(a)srce.hr> writes:
> +commands attached to them. To use it, add the following to `.emacs':
> +
> + (add-hook 'gdb-mode-hook '(lambda () (require 'gdb-highlight)))
> +
What is this snippet referring to? It's not currently in etc/NEWS.
Isn't it a bad thing to be promoting the use anonymous functions
in
hooks in the NEWS files?
It's not nearly as bad as recommending that one quote a lambda expression.
"Friends don't let friends quote lambda expressions."