(url-device-type): Fix typo.

This commit is contained in:
Glenn Morris 2007-11-24 03:29:25 +00:00
parent 9f34397ded
commit bb78f35261

View file

@ -29,7 +29,7 @@
(defun url-device-type (&optional device)
(if (fboundp 'device-type)
(url-device-type device)
(device-type device) ; XEmacs
(or window-system 'tty)))
;;;###autoload