summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter J. R. Moulder <pjmoulder@src.gnome.org>2008-02-24 04:29:47 +0000
committerPeter J. R. Moulder <pjmoulder@src.gnome.org>2008-02-24 04:29:47 +0000
commit71b9dffeed9300e3c1c6168a6023a6ee9a086889 (patch)
treeed155d40077e09b642553936fbda68fb75bffdd1
parentd0ec985f7d494fe61d3f76cfbd1db296582ad23a (diff)
downloadlibcroco-71b9dffeed9300e3c1c6168a6023a6ee9a086889.tar.gz
noop: Fix emacsen mode lines: set indent-tabs-mode to nil instead of invalid value ni.
svn path=/trunk/; revision=314
-rw-r--r--src/cr-declaration.c2
-rw-r--r--src/cr-declaration.h2
-rw-r--r--src/cr-doc-handler.c2
-rw-r--r--src/cr-doc-handler.h2
-rw-r--r--src/cr-parsing-location.c2
-rw-r--r--src/cr-parsing-location.h2
-rw-r--r--src/cr-selector.c2
-rw-r--r--src/cr-selector.h2
-rw-r--r--src/cr-stylesheet.c2
9 files changed, 9 insertions, 9 deletions
diff --git a/src/cr-declaration.c b/src/cr-declaration.c
index d727cf5..b1dea12 100644
--- a/src/cr-declaration.c
+++ b/src/cr-declaration.c
@@ -1,4 +1,4 @@
-/* -*- Mode: C; indent-tabs-mode: ni; c-basic-offset: 8 -*- */
+/* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
/*
* This file is part of The Croco Library
diff --git a/src/cr-declaration.h b/src/cr-declaration.h
index 0052395..7aa994f 100644
--- a/src/cr-declaration.h
+++ b/src/cr-declaration.h
@@ -1,4 +1,4 @@
-/* -*- Mode: C; indent-tabs-mode: ni; c-basic-offset: 8 -*- */
+/* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
/*
* This file is part of The Croco Library
diff --git a/src/cr-doc-handler.c b/src/cr-doc-handler.c
index 4fae663..a735bfd 100644
--- a/src/cr-doc-handler.c
+++ b/src/cr-doc-handler.c
@@ -1,4 +1,4 @@
-/* -*- Mode: C; indent-tabs-mode: ni; c-basic-offset: 8 -*- */
+/* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
/*
* This file is part of The Croco Library
diff --git a/src/cr-doc-handler.h b/src/cr-doc-handler.h
index 2e52cc1..222ab47 100644
--- a/src/cr-doc-handler.h
+++ b/src/cr-doc-handler.h
@@ -1,4 +1,4 @@
-/* -*- Mode: C; indent-tabs-mode: ni; c-basic-offset: 8 -*- */
+/* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
/*
* This file is part of The Croco Library
diff --git a/src/cr-parsing-location.c b/src/cr-parsing-location.c
index b712d70..44891a3 100644
--- a/src/cr-parsing-location.c
+++ b/src/cr-parsing-location.c
@@ -1,4 +1,4 @@
-/* -*- Mode: C; indent-tabs-mode: ni; c-basic-offset: 8 -*- */
+/* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
/*
* This file is part of The Croco Library
diff --git a/src/cr-parsing-location.h b/src/cr-parsing-location.h
index 877c050..66a26a1 100644
--- a/src/cr-parsing-location.h
+++ b/src/cr-parsing-location.h
@@ -1,4 +1,4 @@
-/* -*- Mode: C; indent-tabs-mode: ni; c-basic-offset: 8 -*- */
+/* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
/*
* This file is part of The Croco Library
diff --git a/src/cr-selector.c b/src/cr-selector.c
index 2dd5491..6fe1267 100644
--- a/src/cr-selector.c
+++ b/src/cr-selector.c
@@ -1,4 +1,4 @@
-/* -*- Mode: C; indent-tabs-mode: ni; c-basic-offset: 8 -*- */
+/* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
/*
* This file is part of The Croco Library
diff --git a/src/cr-selector.h b/src/cr-selector.h
index 6bf7697..fd5ef7a 100644
--- a/src/cr-selector.h
+++ b/src/cr-selector.h
@@ -1,4 +1,4 @@
-/* -*- Mode: C; indent-tabs-mode: ni; c-basic-offset: 8 -*- */
+/* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
/*
* This file is part of The Croco Library
diff --git a/src/cr-stylesheet.c b/src/cr-stylesheet.c
index 9aeb551..3b9a1e2 100644
--- a/src/cr-stylesheet.c
+++ b/src/cr-stylesheet.c
@@ -1,4 +1,4 @@
-/* -*- Mode: C; indent-tabs-mode: ni; c-basic-offset: 8 -*- */
+/* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
/*
* This file is part of The Croco Library