changeset 86847:0152955185ee

(url-type): Declare as a function.
author Glenn Morris <rgm@gnu.org>
date Fri, 30 Nov 2007 08:05:04 +0000
parents 5cec86f67aee
children 9bdd5616eaa8
files lisp/term/mac-win.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.