diff options
author | Glenn Morris <rgm@gnu.org> | 2007-11-24 03:29:25 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-11-24 03:29:25 +0000 |
commit | bb78f3526155f0fd8551c1a6461e491133654777 (patch) | |
tree | 4abbbca542b605a244ab2dd4dab595fb6a50a36b /lisp/url | |
parent | 9f34397dedb1e1da7413c62b58dd475f8cee80c6 (diff) | |
download | emacs-bb78f3526155f0fd8551c1a6461e491133654777.tar.gz |
(url-device-type): Fix typo.
Diffstat (limited to 'lisp/url')
-rw-r--r-- | lisp/url/url-privacy.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/url/url-privacy.el b/lisp/url/url-privacy.el index 886e545ae7d..e7c189ebf41 100644 --- a/lisp/url/url-privacy.el +++ b/lisp/url/url-privacy.el @@ -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 |