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-handlers.el [emacs-unicode-2


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url-handlers.el [emacs-unicode-2]
Date: Thu, 14 Oct 2004 05:15:24 -0400

Index: emacs/lisp/url/url-handlers.el
diff -c emacs/lisp/url/url-handlers.el:1.4.2.2 
emacs/lisp/url/url-handlers.el:1.4.2.3
*** emacs/lisp/url/url-handlers.el:1.4.2.2      Tue Sep 21 09:34:11 2004
--- emacs/lisp/url/url-handlers.el      Thu Oct 14 08:49:52 2004
***************
*** 1,7 ****
  ;;; url-handlers.el --- file-name-handler stuff for URL loading
  
  ;; Copyright (c) 1996, 1997, 1998, 1999, 2004  Free Software Foundation, Inc.
- ;; Copyright (c) 1993 - 1996 by William M. Perry <address@hidden>
  
  ;; Keywords: comm, data, processes, hypermedia
  
--- 1,6 ----
***************
*** 208,214 ****
        ;; annotation which we could use as a hint of the locale in use
        ;; at the remote site.  Not sure how/if that should be done.  --Stef
        (decode-coding-inserted-region
!        start (point) buffer-file-name visit beg end replace)))
      (list url (length data))))
  
  (defun url-file-name-completion (url directory)
--- 207,213 ----
        ;; annotation which we could use as a hint of the locale in use
        ;; at the remote site.  Not sure how/if that should be done.  --Stef
        (decode-coding-inserted-region
!        start (point) url visit beg end replace)))
      (list url (length data))))
  
  (defun url-file-name-completion (url directory)




reply via email to

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