changeset 97419:62b35141dda8

(do-applescript): Fix declaration.
author Glenn Morris <rgm@gnu.org>
date Mon, 11 Aug 2008 01:18:53 +0000
parents 6c90649820f6
children 7ce04d4bafc3
files lisp/org/org-mac-message.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/org/org-mac-message.el	Mon Aug 11 00:54:34 2008 +0000
+++ b/lisp/org/org-mac-message.el	Mon Aug 11 01:18:53 2008 +0000
@@ -32,7 +32,8 @@
 
 (org-add-link-type "message" 'org-mac-message-open)
 
-(declare-function do-applescript "mac.c" (string))
+;; In mac.c, removed in Emacs 23.
+(declare-function do-applescript "org-mac-message" (string))
 (unless (fboundp 'do-applescript)
   ;; Need to fake this using shell-command-to-string
   (defun do-applescript (script)