From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Klein Subject: org-element, spurious command?? Date: Mon, 06 Jan 2014 16:19:45 +0100 Message-ID: <52CAC991.80202@roklein.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40689) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0By7-0002sf-LE for emacs-orgmode@gnu.org; Mon, 06 Jan 2014 10:20:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0By0-0004gG-Cv for emacs-orgmode@gnu.org; Mon, 06 Jan 2014 10:19:55 -0500 Received: from moutng.kundenserver.de ([212.227.126.186]:53859) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0By0-0004fw-2y for emacs-orgmode@gnu.org; Mon, 06 Jan 2014 10:19:48 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode Mailing List Hi, I've been reading lisp/org-element.el, when I found a command lounging around in the middle of the file outside of any defun: (put 'org-element-map 'lisp-indent-function 2) on line 4275 (maint tree this morning). Is this intended to be there? PS: it is also in the master tree, line 4276. Thanks and best regards Robert