Mercurial > emacs
changeset 86819:6ee7c280d828
Comment.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 29 Nov 2007 04:30:11 +0000 |
parents | 45b24827f3b3 |
children | 3565c4272a41 |
files | lisp/term/mac-win.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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."