Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id B5C3D429E54 for ; Sun, 22 Jan 2012 00:35:48 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4gYJ-fGaCnmP for ; Sun, 22 Jan 2012 00:35:47 -0800 (PST) Received: from guru.guru-group.fi (guru-group.fi [87.108.86.66]) by olra.theworths.org (Postfix) with ESMTP id CA49F429E40 for ; Sun, 22 Jan 2012 00:35:47 -0800 (PST) Received: by guru.guru-group.fi (Postfix, from userid 501) id 3D77668056; Sun, 22 Jan 2012 10:35:49 +0200 (EET) From: Tomi Ollila To: Subject: [PATCH] .dir-locals.el: changed one-char comment prefix '; ' to two; '; ; ' Date: Sun, 22 Jan 2012 10:35:47 +0200 Message-Id: <1327221347-31130-1-git-send-email-tomi.ollila@iki.fi> X-Mailer: git-send-email 1.7.6.1 In-Reply-To: References: Cc: Tomi Ollila X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jan 2012 08:35:49 -0000 Like in emacs/*.el two comment chars (;;) is required so that (indent-region) doesn't break indentation. --- .dir-locals.el | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.dir-locals.el b/.dir-locals.el index 044c214..fc75ae6 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,6 +1,6 @@ -; emacs local configuration settings for notmuch source -; surmised by dkg on 2010-11-23 13:43:18-0500 -; amended by amdragon on 2011-06-06 +;; emacs local configuration settings for notmuch source +;; surmised by dkg on 2010-11-23 13:43:18-0500 +;; amended by amdragon on 2011-06-06 ((c-mode (indent-tabs-mode . t) -- 1.7.6.1