Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
46a44648
Commit
46a44648
authored
Aug 11, 2008
by
Glenn Morris
Browse files
(do-applescript): Fix declaration.
parent
00eade1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/org/org-mac-message.el
lisp/org/org-mac-message.el
+2
-1
No files found.
lisp/org/org-mac-message.el
View file @
46a44648
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment