1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-08 08:43:52 -08:00

(org-table-clean-before-export): Fix declaration.

This commit is contained in:
Glenn Morris 2009-01-30 17:32:39 +00:00
parent 75f4f1ac04
commit 6f3e2af680
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2009-01-30 Glenn Morris <rgm@gnu.org>
* org-table.el (org-table-clean-before-export): Fix declaration.
2009-01-30 Carsten Dominik <carsten.dominik@gmail.com>
* org-timer.el (org-timer): Provide the timer feature.
@ -1915,7 +1919,6 @@
* org.el (org-autoload): Add `org-dblock-write:columnview'.
2008-08-11 Glenn Morris <rgm@gnu.org>
* org-mac-message.el (do-applescript): Fix declaration.

View file

@ -40,7 +40,8 @@
(require 'cl))
(require 'org)
(declare-function org-table-clean-before-export "org-exp" (lines))
(declare-function org-table-clean-before-export "org-exp"
(lines &optional maybe-quoted))
(declare-function org-format-org-table-html "org-exp" (lines &optional splice))
(defvar orgtbl-mode) ; defined below
(defvar orgtbl-mode-menu) ; defined when orgtbl mode get initialized