aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-11-24 03:29:25 +0000
committerGlenn Morris2007-11-24 03:29:25 +0000
commitbb78f3526155f0fd8551c1a6461e491133654777 (patch)
tree4abbbca542b605a244ab2dd4dab595fb6a50a36b
parent9f34397dedb1e1da7413c62b58dd475f8cee80c6 (diff)
downloademacs-bb78f3526155f0fd8551c1a6461e491133654777.tar.gz
emacs-bb78f3526155f0fd8551c1a6461e491133654777.zip
(url-device-type): Fix typo.
-rw-r--r--lisp/url/url-privacy.el2
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 @@
29 29
30(defun url-device-type (&optional device) 30(defun url-device-type (&optional device)
31 (if (fboundp 'device-type) 31 (if (fboundp 'device-type)
32 (url-device-type device) 32 (device-type device) ; XEmacs
33 (or window-system 'tty))) 33 (or window-system 'tty)))
34 34
35;;;###autoload 35;;;###autoload