diff options
author | Glenn Morris <rgm@gnu.org> | 2009-09-30 02:33:07 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-09-30 02:33:07 +0000 |
commit | 9d459fc520a79e37eef09031dacbb6b071b67af6 (patch) | |
tree | bad3b547169fae062d0648e3db7fc83a4cac814e /lisp/org/org-compat.el | |
parent | 1a5ee3eed4e77d07909c9ad797b036b6c07d9596 (diff) | |
download | emacs-9d459fc520a79e37eef09031dacbb6b071b67af6.tar.gz |
Fix declarations.
Diffstat (limited to 'lisp/org/org-compat.el')
-rw-r--r-- | lisp/org/org-compat.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/org-compat.el b/lisp/org/org-compat.el index 2f4112ce354..876844ee7bc 100644 --- a/lisp/org/org-compat.el +++ b/lisp/org/org-compat.el @@ -36,8 +36,8 @@ (require 'org-macs) -(declare-function find-library-name "find-func" (library)) -(declare-function w32-focus-frame "w32-win" (frame)) +(declare-function find-library-name "find-func" (library)) +(declare-function w32-focus-frame "term/w32-win" (frame)) (defconst org-xemacs-p (featurep 'xemacs)) ; not used by org.el itself (defconst org-format-transports-properties-p |