summaryrefslogtreecommitdiff
path: root/lisp/url/url-http.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2005-10-20 14:17:14 +0000
committerEli Zaretskii <eliz@gnu.org>2005-10-20 14:17:14 +0000
commitcc38a294160ba6f41468f69bb33ef5a93a48d323 (patch)
treed601a3b4fb193d5294e30125a200f0b06c9aa905 /lisp/url/url-http.el
parent8198ba6e61d9629e25b220f1b2f900bbf5fceb7b (diff)
downloademacs-cc38a294160ba6f41468f69bb33ef5a93a48d323.tar.gz
emacs-cc38a294160ba6f41468f69bb33ef5a93a48d323.tar.bz2
emacs-cc38a294160ba6f41468f69bb33ef5a93a48d323.zip
Remove XEmacs conditionals.
Diffstat (limited to 'lisp/url/url-http.el')
-rw-r--r--lisp/url/url-http.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el
index 89b7be42c47..39db321c080 100644
--- a/lisp/url/url-http.el
+++ b/lisp/url/url-http.el
@@ -840,9 +840,7 @@ the end of the document."
(list 'start-open t
'end-open t
'chunked-encoding t
- 'face (if (featurep 'xemacs)
- 'text-cursor
- 'cursor)
+ 'face 'cursor
'invisible t))
(setq url-http-chunked-length (string-to-number (buffer-substring
(match-beginning 1)