Re: [PATCH 1/2] Add Google Inc. to AUTHORS as a contributor.
[notmuch-archives.git] / f3 / de500baf737ad87c8f579b424fa9e3a4df04a7
1 Return-Path: <too@guru.guru-group.fi>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id B5C3D429E54\r
6         for <notmuch@notmuchmail.org>; Sun, 22 Jan 2012 00:35:48 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id 4gYJ-fGaCnmP for <notmuch@notmuchmail.org>;\r
16         Sun, 22 Jan 2012 00:35:47 -0800 (PST)\r
17 Received: from guru.guru-group.fi (guru-group.fi [87.108.86.66])\r
18         by olra.theworths.org (Postfix) with ESMTP id CA49F429E40\r
19         for <notmuch@notmuchmail.org>; Sun, 22 Jan 2012 00:35:47 -0800 (PST)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id 3D77668056; Sun, 22 Jan 2012 10:35:49 +0200 (EET)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: <notmuch@notmuchmail.org>\r
24 Subject: [PATCH] .dir-locals.el: changed one-char comment prefix '; ' to two;\r
25  ';     ; '\r
26 Date: Sun, 22 Jan 2012 10:35:47 +0200\r
27 Message-Id: <1327221347-31130-1-git-send-email-tomi.ollila@iki.fi>\r
28 X-Mailer: git-send-email 1.7.6.1\r
29 In-Reply-To: <id:"m262g44tn3.fsf@kcals.intra.maillard.im">\r
30 References: <id:"m262g44tn3.fsf@kcals.intra.maillard.im">\r
31 Cc: Tomi Ollila <tomi.ollila@iki.fi>\r
32 X-BeenThere: notmuch@notmuchmail.org\r
33 X-Mailman-Version: 2.1.13\r
34 Precedence: list\r
35 List-Id: "Use and development of the notmuch mail system."\r
36         <notmuch.notmuchmail.org>\r
37 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
38         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
39 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
40 List-Post: <mailto:notmuch@notmuchmail.org>\r
41 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
42 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
44 X-List-Received-Date: Sun, 22 Jan 2012 08:35:49 -0000\r
45 \r
46 Like in emacs/*.el two comment chars (;;) is required so that\r
47 (indent-region) doesn't break indentation.\r
48 ---\r
49  .dir-locals.el |    6 +++---\r
50  1 files changed, 3 insertions(+), 3 deletions(-)\r
51 \r
52 diff --git a/.dir-locals.el b/.dir-locals.el\r
53 index 044c214..fc75ae6 100644\r
54 --- a/.dir-locals.el\r
55 +++ b/.dir-locals.el\r
56 @@ -1,6 +1,6 @@\r
57 -; emacs local configuration settings for notmuch source\r
58 -; surmised by dkg on 2010-11-23 13:43:18-0500\r
59 -; amended by amdragon on 2011-06-06\r
60 +;; emacs local configuration settings for notmuch source\r
61 +;; surmised by dkg on 2010-11-23 13:43:18-0500\r
62 +;; amended by amdragon on 2011-06-06\r
63  \r
64  ((c-mode\r
65    (indent-tabs-mode . t)\r
66 -- \r
67 1.7.6.1\r
68 \r