From 79e43d6ecac6a45c110cd7634caae4bcf6d6ffdf Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 11 Aug 2008 01:19:29 +0000 Subject: [PATCH] Fix previous change. --- lisp/org/ChangeLog | 4 ++++ lisp/org/org-mac-message.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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) -- 2.39.2