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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url-handlers.el
Date: Thu, 20 Oct 2005 10:17:15 -0400

Index: emacs/lisp/url/url-handlers.el
diff -c emacs/lisp/url/url-handlers.el:1.13 emacs/lisp/url/url-handlers.el:1.14
*** emacs/lisp/url/url-handlers.el:1.13 Sat Aug  6 15:55:38 2005
--- emacs/lisp/url/url-handlers.el      Thu Oct 20 14:17:14 2005
***************
*** 246,264 ****
  (url-handlers-create-wrapper file-writable-p (url))
  (url-handlers-create-wrapper file-directory-p (url))
  (url-handlers-create-wrapper file-executable-p (url))
! 
! (if (featurep 'xemacs)
!     (progn
!       ;; XEmacs specific prototypes
!       (url-handlers-create-wrapper
!        directory-files (url &optional full match nosort files-only))
!       (url-handlers-create-wrapper
!        file-truename (url &optional default)))
!   ;; Emacs specific prototypes
!   (url-handlers-create-wrapper
!    directory-files (url &optional full match nosort))
!   (url-handlers-create-wrapper
!    file-truename (url &optional counter prev-dirs)))
  
  (add-hook 'find-file-hook 'url-handlers-set-buffer-mode)
  
--- 246,253 ----
  (url-handlers-create-wrapper file-writable-p (url))
  (url-handlers-create-wrapper file-directory-p (url))
  (url-handlers-create-wrapper file-executable-p (url))
! (url-handlers-create-wrapper directory-files (url &optional full match 
nosort))
! (url-handlers-create-wrapper file-truename (url &optional counter prev-dirs))
  
  (add-hook 'find-file-hook 'url-handlers-set-buffer-mode)
  




reply via email to

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