From: Glenn Morris Date: Thu, 15 May 2008 03:31:34 +0000 (+0000) Subject: (org-infojs-options-inbuffer-template): Fix declaration. X-Git-Tag: emacs-pretest-23.0.90~5514 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1371348a3098d96c1c22aca32c4d3dfe03b4702c;p=emacs.git (org-infojs-options-inbuffer-template): Fix declaration. --- diff --git a/lisp/org/org-exp.el b/lisp/org/org-exp.el index 9a3a021ed80..c401226a83d 100644 --- a/lisp/org/org-exp.el +++ b/lisp/org/org-exp.el @@ -32,7 +32,7 @@ (declare-function org-export-latex-preprocess "org-export-latex" ()) (declare-function org-agenda-skip "org-agenda" ()) -(declare-function org-infojs-options-inbuffer-template "org-infojs" ()) +(declare-function org-infojs-options-inbuffer-template "org-jsinfo" ()) (defgroup org-export nil "Options for exporting org-listings."