emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/url/url-http.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url-http.el
Date: Thu, 20 Oct 2005 10:17:15 -0400

Index: emacs/lisp/url/url-http.el
diff -c emacs/lisp/url/url-http.el:1.21 emacs/lisp/url/url-http.el:1.22
*** emacs/lisp/url/url-http.el:1.21     Mon Oct  3 18:19:06 2005
--- emacs/lisp/url/url-http.el  Thu Oct 20 14:17:14 2005
***************
*** 840,848 ****
                                 (list 'start-open t
                                       'end-open t
                                       'chunked-encoding t
!                                      'face (if (featurep 'xemacs)
!                                                'text-cursor
!                                              'cursor)
                                       'invisible t))
            (setq url-http-chunked-length (string-to-number (buffer-substring
                                                               (match-beginning 
1)
--- 840,846 ----
                                 (list 'start-open t
                                       'end-open t
                                       'chunked-encoding t
!                                      'face 'cursor
                                       'invisible t))
            (setq url-http-chunked-length (string-to-number (buffer-substring
                                                               (match-beginning 
1)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]