From 4333bdc709d056fdb044089aca6914451dadded4 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 28 Sep 2011 09:22:13 -0400 Subject: [PATCH] *.[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 2dee87dea..b03402007 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 cccf5703f..3363e8889 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 3bbe6837e..d5efbdcec 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 b87e38774..bd5d4e313 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 b6f1ccb84..98ddcb958 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 diff --git a/src/shell-a11y.h b/src/shell-a11y.h index 12e77ae41..b285bd7e3 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 diff --git a/src/shell-contact-system.c b/src/shell-contact-system.c index 4a2b95899..20e17a575 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 9f172eda2..f3759e11a 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 222809cd0..5380cc597 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 ee647f0da..3fecd6e41 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 diff --git a/src/shell-tp-client.h b/src/shell-tp-client.h index 6e013886c..423352caf 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__