From: Glenn Morris Date: Mon, 11 Aug 2008 01:19:29 +0000 (+0000) Subject: Fix previous change. X-Git-Tag: emacs-pretest-23.0.90~3532 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=79e43d6ecac6a45c110cd7634caae4bcf6d6ffdf;p=emacs.git Fix previous change. --- diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 95601912fe5..72b3870491b 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog @@ -1,3 +1,7 @@ +2008-08-11 Glenn Morris + + * org-mac-message.el (do-applescript): Fix declaration. + 2008-08-10 Glenn Morris * org-exp.el (org-export-as-html): Let-bind `i'. diff --git a/lisp/org/org-mac-message.el b/lisp/org/org-mac-message.el index 41a8ff23ec4..1ee0b57f6a6 100644 --- a/lisp/org/org-mac-message.el +++ b/lisp/org/org-mac-message.el @@ -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)