summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Maus <dmaus@ictsoc.de>2011-06-01 08:41:20 +0200
committerDavid Maus <dmaus@ictsoc.de>2011-06-01 08:41:20 +0200
commit48d970a91615f215f8cf405b6c0eadc706ab7042 (patch)
tree2f45bdc2d6f0d9db8bdd606bd74f458e63b4744d
parentda93c5d3f17ff6f9d9b9bbd2cbe8a5402c361c35 (diff)
downloadorg-mode-48d970a91615f215f8cf405b6c0eadc706ab7042.tar.gz
Declare variable to keep byte compiler happy
* org-table.el (org-table-follow-field-mode): Declare variable to keep byte compiler happy.
-rw-r--r--lisp/org-table.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org-table.el b/lisp/org-table.el
index 20b89c3..92f3b68 100644
--- a/lisp/org-table.el
+++ b/lisp/org-table.el
@@ -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.