org-entities: forward declaration of org-toggle-pretty-entities and org-pretty-entities

* lisp/org-entities.el: Remove superfluous require of org-macs.
  Forward declare 'org-toggle-pretty-entities' and
  'org-pretty-entities'.
This commit is contained in:
Achim Gratz 2014-05-28 14:16:21 +02:00
parent 6c1b41bd68
commit 3a736c51bc
1 changed files with 3 additions and 3 deletions

View File

@ -27,9 +27,8 @@
;;; Code:
(require 'org-macs)
(declare-function org-table-align "org-table" ())
(declare-function org-toggle-pretty-entities "org" ())
(declare-function org-table-align "org-table" ())
(eval-when-compile
(require 'cl))
@ -568,6 +567,7 @@ Kind can be any of `latex', `html', `ascii', `latin1', or `utf8'."
(goto-char pos)
(org-table-align)))
(defvar org-pretty-entities) ;; declare defcustom from org
(defun org-entities-help ()
"Create a Help buffer with all available entities."
(interactive)