diff options
author | Glenn Morris <rgm@gnu.org> | 2008-05-15 03:31:34 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-05-15 03:31:34 +0000 |
commit | 1371348a3098d96c1c22aca32c4d3dfe03b4702c (patch) | |
tree | 7d9d99b8e08784235ebf65ccd6632ba220d00247 /lisp | |
parent | ae500c1a0fac8590a94cf063548433273378ad65 (diff) | |
download | emacs-1371348a3098d96c1c22aca32c4d3dfe03b4702c.tar.gz emacs-1371348a3098d96c1c22aca32c4d3dfe03b4702c.tar.bz2 emacs-1371348a3098d96c1c22aca32c4d3dfe03b4702c.zip |
(org-infojs-options-inbuffer-template): Fix declaration.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/org/org-exp.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." |