diff lisp/org/org-exp-blocks.el @ 105303:29697591d45b

Fix declarations.
author Glenn Morris <rgm@gnu.org>
date Wed, 30 Sep 2009 02:33:07 +0000
parents c3c96e15571c
children b7d8222914b4
line wrap: on
line diff
--- a/lisp/org/org-exp-blocks.el	Wed Sep 30 02:32:44 2009 +0000
+++ b/lisp/org/org-exp-blocks.el	Wed Sep 30 02:33:07 2009 +0000
@@ -85,7 +85,7 @@
 (defvar asciip)
 
 (declare-function comint-send-input "comint" (&optional no-newline artificial))
-(declare-function R "ess" nil)
+(declare-function R "ext:ess" nil)
 
 (defun org-export-blocks-set (var value)
   "Set the value of `org-export-blocks' and install fontification."