# HG changeset patch # User Glenn Morris # Date 1196409904 0 # Node ID 0152955185eebbae1cdaa943b4a3a283b14e2eb5 # Parent 5cec86f67aee0e45aa84037d47efa44ec5291db3 (url-type): Declare as a function. diff -r 5cec86f67aee -r 0152955185ee lisp/term/mac-win.el --- a/lisp/term/mac-win.el Fri Nov 30 07:51:41 2007 +0000 +++ b/lisp/term/mac-win.el Fri Nov 30 08:05:04 2007 +0000 @@ -1773,7 +1773,7 @@ (mac-resume-apple-event ae -128)))) ; userCanceledErr ;; url-generic-parse-url is autoloaded from url-parse. -;;;(declare-function url-type "url-parse") ; defstruct +(declare-function url-type "url-parse" t t) ; defstruct (defun mac-ae-get-url (event) "Open the URL specified by the Apple event EVENT.