summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-11-29 04:30:11 +0000
committerGlenn Morris <rgm@gnu.org>2007-11-29 04:30:11 +0000
commit63aa7bad034ad6830498052b7abe502ef03c006d (patch)
tree89bed91f49da0bb92ad5f43d137e942a06bf51a5
parent715dd5163ddf9b6c286f4891c376dc7fe14d059b (diff)
downloademacs-63aa7bad034ad6830498052b7abe502ef03c006d.tar.gz
Comment.
-rw-r--r--lisp/term/mac-win.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el
index b96417a04a1..207420f7261 100644
--- a/lisp/term/mac-win.el
+++ b/lisp/term/mac-win.el
@@ -1772,6 +1772,9 @@ if possible. If there's no such frame, a new frame is created."
;; Reaches here if the user has canceled the quit.
(mac-resume-apple-event ae -128)))) ; userCanceledErr
+;; url-generic-parse-url is autoloaded from url-parse.
+;;;(declare-function url-type "url-parse") ; defstruct
+
(defun mac-ae-get-url (event)
"Open the URL specified by the Apple event EVENT.
Currently the `mailto' scheme is supported."