Mercurial > hg > xemacs-beta
diff lisp/w3/w3-sysdp.el @ 108:360340f9fd5f r20-1b6
Import from CVS: tag r20-1b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:18:39 +0200 |
parents | 6a378aca36af |
children | fe104dbd9147 |
line wrap: on
line diff
--- a/lisp/w3/w3-sysdp.el Mon Aug 13 09:17:27 2007 +0200 +++ b/lisp/w3/w3-sysdp.el Mon Aug 13 09:18:39 2007 +0200 @@ -984,6 +984,9 @@ (t 'identity))) ; All others ;; Misc. +;; NT doesn't have make-symbolic-link +(sysdep-defalias 'make-symbolic-link 'copy-file) + (sysdep-defun split-string (string pattern) "Return a list of substrings of STRING which are separated by PATTERN." (let (parts (start 0))