Fix previous change.
This commit is contained in:
parent
46a44648c6
commit
79e43d6eca
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-08-11 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* org-mac-message.el (do-applescript): Fix declaration.
|
||||
|
||||
2008-08-10 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* org-exp.el (org-export-as-html): Let-bind `i'.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue