[gnome-shell] *.[ch]: add emacs modeline to C files that were missing it
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] *.[ch]: add emacs modeline to C files that were missing it
- Date: Tue, 11 Oct 2011 12:06:01 +0000 (UTC)
commit 4333bdc709d056fdb044089aca6914451dadded4
Author: Dan Winship <danw gnome org>
Date: Wed Sep 28 09:22:13 2011 -0400
*.[ch]: add emacs modeline to C files that were missing it
(excluding files that are synced from another module)
https://bugzilla.gnome.org/show_bug.cgi?id=660358
src/hotplug-sniffer/hotplug-mimetypes.h | 2 ++
src/hotplug-sniffer/hotplug-sniffer.c | 1 +
src/hotplug-sniffer/shell-mime-sniffer.c | 1 +
src/hotplug-sniffer/shell-mime-sniffer.h | 1 +
src/shell-a11y.c | 4 ++--
src/shell-a11y.h | 4 ++--
src/shell-contact-system.c | 1 +
src/shell-mount-operation.c | 1 +
src/shell-mount-operation.h | 1 +
src/shell-tp-client.c | 2 ++
src/shell-tp-client.h | 2 ++
11 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/src/hotplug-sniffer/hotplug-mimetypes.h b/src/hotplug-sniffer/hotplug-mimetypes.h
index 2dee87d..b034020 100644
--- a/src/hotplug-sniffer/hotplug-mimetypes.h
+++ b/src/hotplug-sniffer/hotplug-mimetypes.h
@@ -1,3 +1,5 @@
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
+
#ifndef __HOTPLUG_MIMETYPES_H__
#define __HOTPLUG_MIMETYPES_H__
diff --git a/src/hotplug-sniffer/hotplug-sniffer.c b/src/hotplug-sniffer/hotplug-sniffer.c
index cccf570..3363e88 100644
--- a/src/hotplug-sniffer/hotplug-sniffer.c
+++ b/src/hotplug-sniffer/hotplug-sniffer.c
@@ -1,3 +1,4 @@
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/*
* Copyright (C) 2011 Red Hat, Inc.
*
diff --git a/src/hotplug-sniffer/shell-mime-sniffer.c b/src/hotplug-sniffer/shell-mime-sniffer.c
index 3bbe683..d5efbdc 100644
--- a/src/hotplug-sniffer/shell-mime-sniffer.c
+++ b/src/hotplug-sniffer/shell-mime-sniffer.c
@@ -1,3 +1,4 @@
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/*
* Copyright (C) 1999, 2000, 2001 Eazel, Inc.
* Copyright (C) 2011 Red Hat, Inc.
diff --git a/src/hotplug-sniffer/shell-mime-sniffer.h b/src/hotplug-sniffer/shell-mime-sniffer.h
index b87e387..bd5d4e3 100644
--- a/src/hotplug-sniffer/shell-mime-sniffer.h
+++ b/src/hotplug-sniffer/shell-mime-sniffer.h
@@ -1,3 +1,4 @@
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/*
* Copyright (C) 2011 Red Hat, Inc.
*
diff --git a/src/shell-a11y.c b/src/shell-a11y.c
index b6f1ccb..98ddcb9 100644
--- a/src/shell-a11y.c
+++ b/src/shell-a11y.c
@@ -1,5 +1,5 @@
-/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
- *
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
+/*
* Copyright (C) 2010 Igalia, S.L.
*
* Author: Alejandro PiÃeiro Iglesias <apinheiro igalia com>
diff --git a/src/shell-a11y.h b/src/shell-a11y.h
index 12e77ae..b285bd7 100644
--- a/src/shell-a11y.h
+++ b/src/shell-a11y.h
@@ -1,5 +1,5 @@
-/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
- *
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
+/*
* Copyright (C) 2010 Igalia, S.L.
*
* Author: Alejandro PiÃeiro Iglesias <apinheiro igalia com>
diff --git a/src/shell-contact-system.c b/src/shell-contact-system.c
index 4a2b958..20e17a5 100644
--- a/src/shell-contact-system.c
+++ b/src/shell-contact-system.c
@@ -1,3 +1,4 @@
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* This implements a complete suite for caching and searching contacts in the
* Shell. We retrieve contacts from libfolks asynchronously and we search
* these for display to the user. */
diff --git a/src/shell-mount-operation.c b/src/shell-mount-operation.c
index 9f172ed..f3759e1 100644
--- a/src/shell-mount-operation.c
+++ b/src/shell-mount-operation.c
@@ -1,3 +1,4 @@
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/*
* Copyright (C) 2011 Red Hat, Inc.
*
diff --git a/src/shell-mount-operation.h b/src/shell-mount-operation.h
index 222809c..5380cc5 100644
--- a/src/shell-mount-operation.h
+++ b/src/shell-mount-operation.h
@@ -1,3 +1,4 @@
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/*
* Copyright (C) 2011 Red Hat, Inc.
*
diff --git a/src/shell-tp-client.c b/src/shell-tp-client.c
index ee647f0..3fecd6e 100644
--- a/src/shell-tp-client.c
+++ b/src/shell-tp-client.c
@@ -1,3 +1,5 @@
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
+
#include "shell-tp-client.h"
#include <string.h>
diff --git a/src/shell-tp-client.h b/src/shell-tp-client.h
index 6e01388..423352c 100644
--- a/src/shell-tp-client.h
+++ b/src/shell-tp-client.h
@@ -1,3 +1,5 @@
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
+
#ifndef __SHELL_TP_CLIENT_H__
#define __SHELL_TP_CLIENT_H__
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]