diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-10-20 14:17:14 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-10-20 14:17:14 +0000 |
commit | cc38a294160ba6f41468f69bb33ef5a93a48d323 (patch) | |
tree | d601a3b4fb193d5294e30125a200f0b06c9aa905 /lisp/url/url-http.el | |
parent | 8198ba6e61d9629e25b220f1b2f900bbf5fceb7b (diff) | |
download | emacs-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.el | 4 |
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) |