(url-device-type): Fix typo.
This commit is contained in:
parent
9f34397ded
commit
bb78f35261
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue