org-table: several cleanups
commit646f1ac426f6b5322dff82987221675b05222e1a
authorAchim Gratz <Stromeko@Stromeko.DE>
Sun, 12 May 2013 16:01:43 +0000 (12 18:01 +0200)
committerAchim Gratz <Stromeko@Stromeko.DE>
Sun, 12 May 2013 19:10:19 +0000 (12 21:10 +0200)
treedab7cf09e3d5c712aff19142919d255bc631c4da
parent7dc2babf29023cd33e627169ef5a61e1f18f6993
org-table: several cleanups

* lisp/org.el (org-table-clean-did-remove-column),
  lisp/org-table.el (org-table-clean-did-remove-column): Move defvar,
  this dynamic variable is only used in org-table.
* lisp/org-table.el (org-table-colgroup-info): Remove unused defvar
  for `org-table-colgroup-info'.
  (org-table-clean-before-export): Let-bind regular expression strings
  and remove unused matching group.  Use
  `org-table-clean-did-remove-column' in cond statement rather than
  branching via if to avoid code duplication.  Remove the code
  associated with the removed `org-table-colgroup-info'.
  (orgtbl-export): Remove unused internal function.
lisp/org-table.el
lisp/org.el