diff options
| author | Glenn Morris | 2007-11-24 03:29:25 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-11-24 03:29:25 +0000 |
| commit | bb78f3526155f0fd8551c1a6461e491133654777 (patch) | |
| tree | 4abbbca542b605a244ab2dd4dab595fb6a50a36b | |
| parent | 9f34397dedb1e1da7413c62b58dd475f8cee80c6 (diff) | |
| download | emacs-bb78f3526155f0fd8551c1a6461e491133654777.tar.gz emacs-bb78f3526155f0fd8551c1a6461e491133654777.zip | |
(url-device-type): Fix typo.
| -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 @@ | |||
| 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 |