diff options
author | Dan Winship <danw@gnome.org> | 2011-09-28 09:22:13 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2011-10-11 08:05:17 -0400 |
commit | 4333bdc709d056fdb044089aca6914451dadded4 (patch) | |
tree | bbc60cdf180396bf83ac06886201f12f892ed7f1 /src | |
parent | 75b824d032234fe0eb852892fba14741664aaa4b (diff) |
*.[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
Diffstat (limited to 'src')
-rw-r--r-- | src/hotplug-sniffer/hotplug-mimetypes.h | 2 | ||||
-rw-r--r-- | src/hotplug-sniffer/hotplug-sniffer.c | 1 | ||||
-rw-r--r-- | src/hotplug-sniffer/shell-mime-sniffer.c | 1 | ||||
-rw-r--r-- | src/hotplug-sniffer/shell-mime-sniffer.h | 1 | ||||
-rw-r--r-- | src/shell-a11y.c | 4 | ||||
-rw-r--r-- | src/shell-a11y.h | 4 | ||||
-rw-r--r-- | src/shell-contact-system.c | 1 | ||||
-rw-r--r-- | src/shell-mount-operation.c | 1 | ||||
-rw-r--r-- | src/shell-mount-operation.h | 1 | ||||
-rw-r--r-- | src/shell-tp-client.c | 2 | ||||
-rw-r--r-- | 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 2dee87de..b0340200 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 cccf5703..3363e888 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 3bbe6837..d5efbdce 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 b87e3877..bd5d4e31 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 b6f1ccb8..98ddcb95 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 12e77ae4..b285bd7e 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 4a2b9589..20e17a57 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 9f172eda..f3759e11 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 222809cd..5380cc59 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 ee647f0d..3fecd6e4 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 6e013886..423352ca 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__ |