diff options
Diffstat (limited to 'lisp/org/ob-table.el')
-rw-r--r-- | lisp/org/ob-table.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/org/ob-table.el b/lisp/org/ob-table.el index 93a8165167a..42eecea1f6c 100644 --- a/lisp/org/ob-table.el +++ b/lisp/org/ob-table.el @@ -54,8 +54,7 @@ ;;; Code: (require 'ob-core) - -(declare-function org-trim "org" (s &optional keep-lead)) +(require 'org-macs) (defun org-babel-table-truncate-at-newline (string) "Replace newline character with ellipses. |