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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url-handlers.el [lexbind]
Date: Mon, 25 Oct 2004 00:45:10 -0400

Index: emacs/lisp/url/url-handlers.el
diff -c emacs/lisp/url/url-handlers.el:1.3.2.5 
emacs/lisp/url/url-handlers.el:1.3.2.6
*** emacs/lisp/url/url-handlers.el:1.3.2.5      Wed Oct  6 05:21:58 2004
--- emacs/lisp/url/url-handlers.el      Mon Oct 25 04:19:35 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]