Emacs config as it is doesn't work, introduces tabs and doesn't show trailing 
whitespaces.
---
 doc/developer.texi |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/developer.texi b/doc/developer.texi
index 60f6d05..ae9609d 100644
--- 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)
                (c-offsets-alist
                 (statement-cont . (c-lineup-assignments +)))
                )
-- 
1.7.10.4

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

Reply via email to