mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(url-type): Declare as a function.
This commit is contained in:
parent
8f4b37d892
commit
a3c8a5f7e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue