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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url-handlers.el
Date: Wed, 06 Oct 2004 12:13:37 -0400

Index: emacs/lisp/url/url-handlers.el
diff -c emacs/lisp/url/url-handlers.el:1.6 emacs/lisp/url/url-handlers.el:1.7
*** emacs/lisp/url/url-handlers.el:1.6  Mon Sep 20 21:27:10 2004
--- emacs/lisp/url/url-handlers.el      Wed Oct  6 15:56:41 2004
***************
*** 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)
--- 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) 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]