On Wed, Aug 15, 2012 at 05:58:01PM +0200, Jordi Ortiz wrote:
> Emacs config as it is doesn't work, introduces tabs and doesn't show trailing 
> whitespaces.
> 
> --- a/doc/developer.texi
> +++ b/doc/developer.texi
> @@ -235,8 +235,8 @@ For Emacs, add these roughly equivalent lines to your 
> @file{.emacs.d/init.el}:
>  (c-add-style "libav"
>               '("k&r"
>                 (c-basic-offset . 4)
> -               (indent-tabs-mode nil)
> -               (show-trailing-whitespace t)
> +               (indent-tabs-mode . nil)
> +               (show-trailing-whitespace . t)

Queued with improved log message, thank you.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to