From 43ded1398df74ad7da09f804f629953d92863684 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 10 May 2012 12:43:32 +0200 Subject: [PATCH] Remove spurious line inserted by previous commit. --- lisp/org-table.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/org-table.el b/lisp/org-table.el index 5b3a09e0a..4b5abaeca 100644 --- a/lisp/org-table.el +++ b/lisp/org-table.el @@ -1,5 +1,3 @@ -(string-match "^@-?[-+I0-9]+\\$-?[0-9]+$" lhs) - ;;; org-table.el --- The table editor for Org-mode ;; Copyright (C) 2004-2012 Free Software Foundation, Inc. -- 2.11.4.GIT