Declare variable to keep byte compiler happy

* org-table.el (org-table-follow-field-mode): Declare variable to keep
  byte compiler happy.
This commit is contained in:
David Maus 2011-06-01 08:41:20 +02:00
parent da93c5d3f1
commit 48d970a916
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@
(defvar orgtbl-mode-menu) ; defined when orgtbl mode get initialized
(defvar org-export-html-table-tag) ; defined in org-exp.el
(defvar constants-unit-system)
(defvar org-table-follow-field-mode)
(defvar orgtbl-after-send-table-hook nil
"Hook for functions attaching to `C-c C-c', if the table is sent.