# HG changeset patch # User Glenn Morris # Date 1218417555 0 # Node ID 7ce04d4bafc30aac155b19631d3fe480f94e4271 # Parent 62b35141dda8f531d6691fcbb8cf0b75610b2a2a Fix previous change. diff -r 62b35141dda8 -r 7ce04d4bafc3 lisp/org/org-mac-message.el --- a/lisp/org/org-mac-message.el Mon Aug 11 01:18:53 2008 +0000 +++ b/lisp/org/org-mac-message.el Mon Aug 11 01:19:15 2008 +0000 @@ -33,7 +33,7 @@ (org-add-link-type "message" 'org-mac-message-open) ;; In mac.c, removed in Emacs 23. -(declare-function do-applescript "org-mac-message" (string)) +(declare-function do-applescript "org-mac-message" (script)) (unless (fboundp 'do-applescript) ;; Need to fake this using shell-command-to-string (defun do-applescript (script)