# HG changeset patch # User Glenn Morris # Date 1196310611 0 # Node ID 6ee7c280d828085198c6b78c0ae0720279b83a32 # Parent 45b24827f3b350abbc74e9cb15f48f6d7ff8529b Comment. diff -r 45b24827f3b3 -r 6ee7c280d828 lisp/term/mac-win.el --- a/lisp/term/mac-win.el Thu Nov 29 04:29:41 2007 +0000 +++ b/lisp/term/mac-win.el Thu Nov 29 04:30:11 2007 +0000 @@ -1772,6 +1772,9 @@ ;; 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."