[gjs/gnome-3-24] maint: Use correct mode lines in all files



commit 43e0c400b17460ecd75a3e1a6c8ac07b9180b2f3
Author: Philip Chimento <philip chimento gmail com>
Date:   Sun Apr 16 14:16:59 2017 -0700

    maint: Use correct mode lines in all files
    
    I finally figured out why my highlighting was always messed up; the mode
    lines in all these files said "C" whereas they were C++ or JS files. This
    was in such a blind spot that I even copied it to new files that I had
    created in the meantime...
    
    Unreviewed.

 gi/arg.cpp                        |    2 +-
 gi/arg.h                          |    2 +-
 gi/boxed.cpp                      |    2 +-
 gi/boxed.h                        |    2 +-
 gi/closure.cpp                    |    2 +-
 gi/closure.h                      |    2 +-
 gi/enumeration.cpp                |    2 +-
 gi/enumeration.h                  |    2 +-
 gi/foreign.cpp                    |    2 +-
 gi/foreign.h                      |    2 +-
 gi/function.cpp                   |    2 +-
 gi/function.h                     |    2 +-
 gi/fundamental.cpp                |    2 +-
 gi/fundamental.h                  |    2 +-
 gi/gerror.cpp                     |    2 +-
 gi/gerror.h                       |    2 +-
 gi/gjs_gi_trace.h                 |    2 +-
 gi/gtype.cpp                      |    2 +-
 gi/gtype.h                        |    2 +-
 gi/interface.cpp                  |    2 +-
 gi/interface.h                    |    2 +-
 gi/ns.cpp                         |    2 +-
 gi/ns.h                           |    2 +-
 gi/object.cpp                     |    2 +-
 gi/object.h                       |    2 +-
 gi/param.cpp                      |    2 +-
 gi/param.h                        |    2 +-
 gi/proxyutils.cpp                 |    2 +-
 gi/proxyutils.h                   |    2 +-
 gi/repo.cpp                       |    2 +-
 gi/repo.h                         |    2 +-
 gi/union.cpp                      |    2 +-
 gi/union.h                        |    2 +-
 gi/value.cpp                      |    2 +-
 gi/value.h                        |    2 +-
 gjs/byteArray.cpp                 |    2 +-
 gjs/byteArray.h                   |    2 +-
 gjs/console.cpp                   |    2 +-
 gjs/context-private.h             |    2 +-
 gjs/context.cpp                   |    2 +-
 gjs/importer.cpp                  |    2 +-
 gjs/importer.h                    |    2 +-
 gjs/jsapi-constructor-proxy.cpp   |    2 +-
 gjs/jsapi-constructor-proxy.h     |    2 +-
 gjs/jsapi-dynamic-class.cpp       |    2 +-
 gjs/jsapi-private.cpp             |    2 +-
 gjs/jsapi-private.h               |    2 +-
 gjs/jsapi-util-args.h             |    2 +-
 gjs/jsapi-util-error.cpp          |    2 +-
 gjs/jsapi-util-root.h             |    2 +-
 gjs/jsapi-util-string.cpp         |    2 +-
 gjs/jsapi-util.cpp                |    2 +-
 gjs/jsapi-util.h                  |    2 +-
 gjs/jsapi-wrapper.h               |    2 +-
 gjs/mem.cpp                       |    2 +-
 gjs/mem.h                         |    2 +-
 gjs/native.cpp                    |    2 +-
 gjs/native.h                      |    2 +-
 gjs/runtime.cpp                   |    2 +-
 gjs/runtime.h                     |    2 +-
 installed-tests/minijasmine.cpp   |    2 +-
 modules/cairo-context.cpp         |    2 +-
 modules/cairo-gradient.cpp        |    2 +-
 modules/cairo-image-surface.cpp   |    2 +-
 modules/cairo-linear-gradient.cpp |    2 +-
 modules/cairo-module.h            |    2 +-
 modules/cairo-path.cpp            |    2 +-
 modules/cairo-pattern.cpp         |    2 +-
 modules/cairo-pdf-surface.cpp     |    2 +-
 modules/cairo-private.h           |    2 +-
 modules/cairo-ps-surface.cpp      |    2 +-
 modules/cairo-radial-gradient.cpp |    2 +-
 modules/cairo-region.cpp          |    2 +-
 modules/cairo-solid-pattern.cpp   |    2 +-
 modules/cairo-surface-pattern.cpp |    2 +-
 modules/cairo-surface.cpp         |    2 +-
 modules/cairo-svg-surface.cpp     |    2 +-
 modules/cairo.cpp                 |    2 +-
 modules/console.cpp               |    2 +-
 modules/console.h                 |    2 +-
 modules/modules.cpp               |    2 +-
 modules/modules.h                 |    2 +-
 modules/system.cpp                |    2 +-
 modules/system.h                  |    2 +-
 modules/tweener/equations.js      |    2 +-
 modules/tweener/tweenList.js      |    2 +-
 modules/tweener/tweener.js        |    2 +-
 test/gjs-test-utils.cpp           |    2 +-
 test/gjs-tests.cpp                |    2 +-
 util/error.cpp                    |    2 +-
 util/error.h                      |    2 +-
 util/glib.cpp                     |    2 +-
 util/glib.h                       |    2 +-
 util/hash-x32.cpp                 |    2 +-
 util/hash-x32.h                   |    2 +-
 util/log.cpp                      |    2 +-
 util/log.h                        |    2 +-
 util/misc.cpp                     |    2 +-
 util/misc.h                       |    2 +-
 99 files changed, 99 insertions(+), 99 deletions(-)
---
diff --git a/gi/arg.cpp b/gi/arg.cpp
index 5502b00..16a265a 100644
--- a/gi/arg.cpp
+++ b/gi/arg.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/gi/arg.h b/gi/arg.h
index 7c96c2f..06a41b3 100644
--- a/gi/arg.h
+++ b/gi/arg.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/gi/boxed.cpp b/gi/boxed.cpp
index e212b27..1deded0 100644
--- a/gi/boxed.cpp
+++ b/gi/boxed.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/gi/boxed.h b/gi/boxed.h
index 3e8e0e2..cd0fc21 100644
--- a/gi/boxed.h
+++ b/gi/boxed.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/gi/closure.cpp b/gi/closure.cpp
index 67fb034..3b4d6d3 100644
--- a/gi/closure.cpp
+++ b/gi/closure.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/gi/closure.h b/gi/closure.h
index ddb25ba..3d8c04e 100644
--- a/gi/closure.h
+++ b/gi/closure.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/gi/enumeration.cpp b/gi/enumeration.cpp
index 9d0eeb4..8edef82 100644
--- a/gi/enumeration.cpp
+++ b/gi/enumeration.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/gi/enumeration.h b/gi/enumeration.h
index a573fad..3094f30 100644
--- a/gi/enumeration.h
+++ b/gi/enumeration.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/gi/foreign.cpp b/gi/foreign.cpp
index b675c47..cc32ef0 100644
--- a/gi/foreign.cpp
+++ b/gi/foreign.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2010  litl, LLC
  *
diff --git a/gi/foreign.h b/gi/foreign.h
index f7050d7..41e92c2 100644
--- a/gi/foreign.h
+++ b/gi/foreign.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2010  litl, LLC
  *
diff --git a/gi/function.cpp b/gi/function.cpp
index 7047f6f..afe05a4 100644
--- a/gi/function.cpp
+++ b/gi/function.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/gi/function.h b/gi/function.h
index 4c0df03..90445ff 100644
--- a/gi/function.h
+++ b/gi/function.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/gi/fundamental.cpp b/gi/fundamental.cpp
index 7a3b5ec..d99951a 100644
--- a/gi/fundamental.cpp
+++ b/gi/fundamental.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2013       Intel Corporation
  * Copyright (c) 2008-2010  litl, LLC
diff --git a/gi/fundamental.h b/gi/fundamental.h
index 3f3dc6d..791bb9b 100644
--- a/gi/fundamental.h
+++ b/gi/fundamental.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2013       Intel Corporation
  * Copyright (c) 2008-2010  litl, LLC
diff --git a/gi/gerror.cpp b/gi/gerror.cpp
index cc8875d..bb8f434 100644
--- a/gi/gerror.cpp
+++ b/gi/gerror.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/gi/gerror.h b/gi/gerror.h
index e114c30..913877c 100644
--- a/gi/gerror.h
+++ b/gi/gerror.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/gi/gjs_gi_trace.h b/gi/gjs_gi_trace.h
index 0440be5..30f6f74 100644
--- a/gi/gjs_gi_trace.h
+++ b/gi/gjs_gi_trace.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2010 Red Hat, Inc.
  *
diff --git a/gi/gtype.cpp b/gi/gtype.cpp
index 61708e6..830c65b 100644
--- a/gi/gtype.cpp
+++ b/gi/gtype.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  * Copyright (c) 2012  Red Hat, Inc.
diff --git a/gi/gtype.h b/gi/gtype.h
index 0cdbff7..f9ca4e5 100644
--- a/gi/gtype.h
+++ b/gi/gtype.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  * Copyright (c) 2012  Red Hat, Inc.
diff --git a/gi/interface.cpp b/gi/interface.cpp
index cd4f9a7..70252a7 100644
--- a/gi/interface.cpp
+++ b/gi/interface.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  * Copyright (c) 2012  Red Hat, Inc.
diff --git a/gi/interface.h b/gi/interface.h
index d28ec89..c118ed9 100644
--- a/gi/interface.h
+++ b/gi/interface.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  * Copyright (c) 2012  Red Hat, Inc.
diff --git a/gi/ns.cpp b/gi/ns.cpp
index 124dd7e..1604a3d 100644
--- a/gi/ns.cpp
+++ b/gi/ns.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/gi/ns.h b/gi/ns.h
index c6a1b89..e0a6932 100644
--- a/gi/ns.h
+++ b/gi/ns.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/gi/object.cpp b/gi/object.cpp
index 1017eec..c49986d 100644
--- a/gi/object.cpp
+++ b/gi/object.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/gi/object.h b/gi/object.h
index d37d1df..69017ef 100644
--- a/gi/object.h
+++ b/gi/object.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/gi/param.cpp b/gi/param.cpp
index c80822a..0a6e188 100644
--- a/gi/param.cpp
+++ b/gi/param.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/gi/param.h b/gi/param.h
index 107f66b..10a1de7 100644
--- a/gi/param.h
+++ b/gi/param.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/gi/proxyutils.cpp b/gi/proxyutils.cpp
index df0063a..9974608 100644
--- a/gi/proxyutils.cpp
+++ b/gi/proxyutils.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2012 Red Hat, Inc.
  *
diff --git a/gi/proxyutils.h b/gi/proxyutils.h
index f344403..79e15fa 100644
--- a/gi/proxyutils.h
+++ b/gi/proxyutils.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/gi/repo.cpp b/gi/repo.cpp
index 4e780fe..1c0fa35 100644
--- a/gi/repo.cpp
+++ b/gi/repo.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/gi/repo.h b/gi/repo.h
index bde533f..e1338ef 100644
--- a/gi/repo.h
+++ b/gi/repo.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/gi/union.cpp b/gi/union.cpp
index de708da..3c50f2c 100644
--- a/gi/union.cpp
+++ b/gi/union.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/gi/union.h b/gi/union.h
index 4f676d5..3960f2d 100644
--- a/gi/union.h
+++ b/gi/union.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/gi/value.cpp b/gi/value.cpp
index 3e5d55f..a89a4da 100644
--- a/gi/value.cpp
+++ b/gi/value.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/gi/value.h b/gi/value.h
index d6f3c42..1ad411d 100644
--- a/gi/value.h
+++ b/gi/value.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/gjs/byteArray.cpp b/gjs/byteArray.cpp
index d385ad6..6bfef6f 100644
--- a/gjs/byteArray.cpp
+++ b/gjs/byteArray.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2010  litl, LLC
  *
diff --git a/gjs/byteArray.h b/gjs/byteArray.h
index e143be3..d16c041 100644
--- a/gjs/byteArray.h
+++ b/gjs/byteArray.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2010  litl, LLC
  *
diff --git a/gjs/console.cpp b/gjs/console.cpp
index be20b67..fa6c579 100644
--- a/gjs/console.cpp
+++ b/gjs/console.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/gjs/context-private.h b/gjs/context-private.h
index 6241f5a..2d8834d 100644
--- a/gjs/context-private.h
+++ b/gjs/context-private.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2014 Colin Walters <walters verbum org>
  *
diff --git a/gjs/context.cpp b/gjs/context.cpp
index 30c9ca6..0d84f75 100644
--- a/gjs/context.cpp
+++ b/gjs/context.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/gjs/importer.cpp b/gjs/importer.cpp
index c8e08bf..c1f1916 100644
--- a/gjs/importer.cpp
+++ b/gjs/importer.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008-2010  litl, LLC
  *
diff --git a/gjs/importer.h b/gjs/importer.h
index 55babb2..0d0ee88 100644
--- a/gjs/importer.h
+++ b/gjs/importer.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/gjs/jsapi-constructor-proxy.cpp b/gjs/jsapi-constructor-proxy.cpp
index aede3c3..0a2569c 100644
--- a/gjs/jsapi-constructor-proxy.cpp
+++ b/gjs/jsapi-constructor-proxy.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2016 Endless Mobile, Inc.
  *
diff --git a/gjs/jsapi-constructor-proxy.h b/gjs/jsapi-constructor-proxy.h
index fc27506..ef54145 100644
--- a/gjs/jsapi-constructor-proxy.h
+++ b/gjs/jsapi-constructor-proxy.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2016 Endless Mobile, Inc.
  *
diff --git a/gjs/jsapi-dynamic-class.cpp b/gjs/jsapi-dynamic-class.cpp
index a645f14..f077a74 100644
--- a/gjs/jsapi-dynamic-class.cpp
+++ b/gjs/jsapi-dynamic-class.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *               2012 Giovanni Campagna <scampa giovanni gmail com>
diff --git a/gjs/jsapi-private.cpp b/gjs/jsapi-private.cpp
index 9e1f329..cf16f73 100644
--- a/gjs/jsapi-private.cpp
+++ b/gjs/jsapi-private.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2010  litl, LLC
  *
diff --git a/gjs/jsapi-private.h b/gjs/jsapi-private.h
index 1a604ec..2ac2979 100644
--- a/gjs/jsapi-private.h
+++ b/gjs/jsapi-private.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2010 litl, LLC
  *
diff --git a/gjs/jsapi-util-args.h b/gjs/jsapi-util-args.h
index 665aeb6..c4f4b70 100644
--- a/gjs/jsapi-util-args.h
+++ b/gjs/jsapi-util-args.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright © 2016 Endless Mobile, Inc.
  *
diff --git a/gjs/jsapi-util-error.cpp b/gjs/jsapi-util-error.cpp
index 2925f7d..56d3ec7 100644
--- a/gjs/jsapi-util-error.cpp
+++ b/gjs/jsapi-util-error.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/gjs/jsapi-util-root.h b/gjs/jsapi-util-root.h
index 74acbfa..1bdf029 100644
--- a/gjs/jsapi-util-root.h
+++ b/gjs/jsapi-util-root.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2017 Endless Mobile, Inc.
  *
diff --git a/gjs/jsapi-util-string.cpp b/gjs/jsapi-util-string.cpp
index c9776e5..a0be7b8 100644
--- a/gjs/jsapi-util-string.cpp
+++ b/gjs/jsapi-util-string.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/gjs/jsapi-util.cpp b/gjs/jsapi-util.cpp
index f0bcd75..bc01e29 100644
--- a/gjs/jsapi-util.cpp
+++ b/gjs/jsapi-util.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  * Copyright (c) 2009 Red Hat, Inc.
diff --git a/gjs/jsapi-util.h b/gjs/jsapi-util.h
index 8b7107c..b8b3e0f 100644
--- a/gjs/jsapi-util.h
+++ b/gjs/jsapi-util.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/gjs/jsapi-wrapper.h b/gjs/jsapi-wrapper.h
index 021066a..9c64ec6 100644
--- a/gjs/jsapi-wrapper.h
+++ b/gjs/jsapi-wrapper.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2009  litl, LLC
  * Copyright (c) 2010  Red Hat, Inc.
diff --git a/gjs/mem.cpp b/gjs/mem.cpp
index 35ddfc4..77adeff 100644
--- a/gjs/mem.cpp
+++ b/gjs/mem.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/gjs/mem.h b/gjs/mem.h
index d4be405..709971b 100644
--- a/gjs/mem.h
+++ b/gjs/mem.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/gjs/native.cpp b/gjs/native.cpp
index a9ded6e..18bf38c 100644
--- a/gjs/native.cpp
+++ b/gjs/native.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008-2010  litl, LLC
  *
diff --git a/gjs/native.h b/gjs/native.h
index 6776a65..b04b7de 100644
--- a/gjs/native.h
+++ b/gjs/native.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/gjs/runtime.cpp b/gjs/runtime.cpp
index 37d9fc0..e855e78 100644
--- a/gjs/runtime.cpp
+++ b/gjs/runtime.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2013 Giovanni Campagna <scampa giovanni gmail com>
  *
diff --git a/gjs/runtime.h b/gjs/runtime.h
index 18285b6..6f31fd2 100644
--- a/gjs/runtime.h
+++ b/gjs/runtime.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2013 Giovanni Campagna <scampa giovanni gmail com>
  *
diff --git a/installed-tests/minijasmine.cpp b/installed-tests/minijasmine.cpp
index 2f40ed4..89e90a6 100644
--- a/installed-tests/minijasmine.cpp
+++ b/installed-tests/minijasmine.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2016 Philip Chimento
  *
diff --git a/modules/cairo-context.cpp b/modules/cairo-context.cpp
index 5f1164b..d18d74d 100644
--- a/modules/cairo-context.cpp
+++ b/modules/cairo-context.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /* Copyright 2010 litl, LLC.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/modules/cairo-gradient.cpp b/modules/cairo-gradient.cpp
index 7bd6999..a08536b 100644
--- a/modules/cairo-gradient.cpp
+++ b/modules/cairo-gradient.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /* Copyright 2010 litl, LLC.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/modules/cairo-image-surface.cpp b/modules/cairo-image-surface.cpp
index 408bc10..4f6d099 100644
--- a/modules/cairo-image-surface.cpp
+++ b/modules/cairo-image-surface.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /* Copyright 2010 litl, LLC.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/modules/cairo-linear-gradient.cpp b/modules/cairo-linear-gradient.cpp
index 89fb087..5b498b5 100644
--- a/modules/cairo-linear-gradient.cpp
+++ b/modules/cairo-linear-gradient.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /* Copyright 2010 litl, LLC.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/modules/cairo-module.h b/modules/cairo-module.h
index e99692f..a839cce 100644
--- a/modules/cairo-module.h
+++ b/modules/cairo-module.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /* Copyright 2010 litl, LLC.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/modules/cairo-path.cpp b/modules/cairo-path.cpp
index 5ffa05a..0430e52 100644
--- a/modules/cairo-path.cpp
+++ b/modules/cairo-path.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /* Copyright 2010 Red Hat, Inc.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/modules/cairo-pattern.cpp b/modules/cairo-pattern.cpp
index 5c3ef12..304f882 100644
--- a/modules/cairo-pattern.cpp
+++ b/modules/cairo-pattern.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /* Copyright 2010 litl, LLC.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/modules/cairo-pdf-surface.cpp b/modules/cairo-pdf-surface.cpp
index 5ae5ff1..774b57f 100644
--- a/modules/cairo-pdf-surface.cpp
+++ b/modules/cairo-pdf-surface.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /* Copyright 2010 litl, LLC.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/modules/cairo-private.h b/modules/cairo-private.h
index c80b87f..922fce7 100644
--- a/modules/cairo-private.h
+++ b/modules/cairo-private.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /* Copyright 2010 litl, LLC.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/modules/cairo-ps-surface.cpp b/modules/cairo-ps-surface.cpp
index 0110708..162338f 100644
--- a/modules/cairo-ps-surface.cpp
+++ b/modules/cairo-ps-surface.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /* Copyright 2010 litl, LLC.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/modules/cairo-radial-gradient.cpp b/modules/cairo-radial-gradient.cpp
index 308e69d..27dd6d4 100644
--- a/modules/cairo-radial-gradient.cpp
+++ b/modules/cairo-radial-gradient.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /* Copyright 2010 litl, LLC.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/modules/cairo-region.cpp b/modules/cairo-region.cpp
index beab0d3..77f6fdf 100644
--- a/modules/cairo-region.cpp
+++ b/modules/cairo-region.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /* Copyright 2014 Red Hat, Inc.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/modules/cairo-solid-pattern.cpp b/modules/cairo-solid-pattern.cpp
index d7fd747..090e66e 100644
--- a/modules/cairo-solid-pattern.cpp
+++ b/modules/cairo-solid-pattern.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /* Copyright 2010 litl, LLC.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/modules/cairo-surface-pattern.cpp b/modules/cairo-surface-pattern.cpp
index c38ac56..b8620bb 100644
--- a/modules/cairo-surface-pattern.cpp
+++ b/modules/cairo-surface-pattern.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /* Copyright 2010 litl, LLC.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/modules/cairo-surface.cpp b/modules/cairo-surface.cpp
index abfb313..8deba5c 100644
--- a/modules/cairo-surface.cpp
+++ b/modules/cairo-surface.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /* Copyright 2010 litl, LLC.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/modules/cairo-svg-surface.cpp b/modules/cairo-svg-surface.cpp
index b6807a7..45eac4f 100644
--- a/modules/cairo-svg-surface.cpp
+++ b/modules/cairo-svg-surface.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /* Copyright 2010 litl, LLC.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/modules/cairo.cpp b/modules/cairo.cpp
index f3e4647..98694f3 100644
--- a/modules/cairo.cpp
+++ b/modules/cairo.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /* Copyright 2010 litl, LLC.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/modules/console.cpp b/modules/console.cpp
index 60f095b..ce75743 100644
--- a/modules/console.cpp
+++ b/modules/console.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /* vim: set ts=8 sw=4 et tw=78:
  *
  * ***** BEGIN LICENSE BLOCK *****
diff --git a/modules/console.h b/modules/console.h
index 480e055..ccdf112 100644
--- a/modules/console.h
+++ b/modules/console.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/modules/modules.cpp b/modules/modules.cpp
index 555171d..a4f4f01 100644
--- a/modules/modules.cpp
+++ b/modules/modules.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright 2013 Red Hat, Inc.
  *
diff --git a/modules/modules.h b/modules/modules.h
index efbd22b..21d4a0c 100644
--- a/modules/modules.h
+++ b/modules/modules.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright 2013 Red Hat, Inc.
  *
diff --git a/modules/system.cpp b/modules/system.cpp
index 79ffe17..7bb2fc9 100644
--- a/modules/system.cpp
+++ b/modules/system.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  * Copyright (c) 2012  Red Hat, Inc.
diff --git a/modules/system.h b/modules/system.h
index c0358a8..e907e84 100644
--- a/modules/system.h
+++ b/modules/system.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  * Copyright (c) 2012  Red Hat, Inc.
diff --git a/modules/tweener/equations.js b/modules/tweener/equations.js
index 5ef1ef2..2c1b69d 100644
--- a/modules/tweener/equations.js
+++ b/modules/tweener/equations.js
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil; -*- */
 /* Copyright 2008 litl, LLC. */
 /**
  * Equations
diff --git a/modules/tweener/tweenList.js b/modules/tweener/tweenList.js
index 0b04b35..25c4740 100644
--- a/modules/tweener/tweenList.js
+++ b/modules/tweener/tweenList.js
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil; -*- */
 /* Copyright 2008 litl, LLC. */
 /**
  * The tween list object. Stores all of the properties and information that pertain to individual tweens.
diff --git a/modules/tweener/tweener.js b/modules/tweener/tweener.js
index 243d1fa..9535048 100644
--- a/modules/tweener/tweener.js
+++ b/modules/tweener/tweener.js
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil; -*- */
 /* Copyright 2008  litl, LLC. */
 /**
  * Tweener
diff --git a/test/gjs-test-utils.cpp b/test/gjs-test-utils.cpp
index 16965cb..8c39dde 100644
--- a/test/gjs-test-utils.cpp
+++ b/test/gjs-test-utils.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008 litl, LLC
  * Copyright (c) 2016 Endless Mobile, Inc.
diff --git a/test/gjs-tests.cpp b/test/gjs-tests.cpp
index bd9c3e5..febfe0e 100644
--- a/test/gjs-tests.cpp
+++ b/test/gjs-tests.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/util/error.cpp b/util/error.cpp
index b276e3c..8c8b586 100644
--- a/util/error.cpp
+++ b/util/error.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/util/error.h b/util/error.h
index e4ab7f1..08a3128 100644
--- a/util/error.h
+++ b/util/error.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/util/glib.cpp b/util/glib.cpp
index c33f3e6..0c9af7f 100644
--- a/util/glib.cpp
+++ b/util/glib.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/util/glib.h b/util/glib.h
index 7522034..3334dfb 100644
--- a/util/glib.h
+++ b/util/glib.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/util/hash-x32.cpp b/util/hash-x32.cpp
index 9a8a9a9..76df7ec 100644
--- a/util/hash-x32.cpp
+++ b/util/hash-x32.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2013 Red Hat, Inc.
  *
diff --git a/util/hash-x32.h b/util/hash-x32.h
index 4024c40..6ab672d 100644
--- a/util/hash-x32.h
+++ b/util/hash-x32.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2013 Red Hat, Inc.
  *
diff --git a/util/log.cpp b/util/log.cpp
index bacb12b..cd73185 100644
--- a/util/log.cpp
+++ b/util/log.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/util/log.h b/util/log.h
index 98a790c..f9e1dee 100644
--- a/util/log.h
+++ b/util/log.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/util/misc.cpp b/util/misc.cpp
index b0a2f37..c28b9b1 100644
--- a/util/misc.cpp
+++ b/util/misc.cpp
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *
diff --git a/util/misc.h b/util/misc.h
index bb78427..7963fbb 100644
--- a/util/misc.h
+++ b/util/misc.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
 /*
  * Copyright (c) 2008  litl, LLC
  *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]