From a3c8a5f7e1aa328740dcd91ced83d0f2437894e8 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 30 Nov 2007 08:05:04 +0000 Subject: [PATCH] (url-type): Declare as a function. --- lisp/term/mac-win.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el index 207420f7261..1f009394c3c 100644 --- a/lisp/term/mac-win.el +++ b/lisp/term/mac-win.el @@ -1773,7 +1773,7 @@ if possible. If there's no such frame, a new frame is created." (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. -- 2.39.2