Sfoglia il codice sorgente

Declare variable to keep byte compiler happy

* org-table.el (org-table-follow-field-mode): Declare variable to keep
  byte compiler happy.
David Maus 14 anni fa
parent
commit
48d970a916
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      lisp/org-table.el

+ 1 - 0
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.