diff lisp/w3/w3-sysdp.el @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents d95e72db5c07
children e04119814345
line wrap: on
line diff
--- a/lisp/w3/w3-sysdp.el	Mon Aug 13 08:51:58 2007 +0200
+++ b/lisp/w3/w3-sysdp.el	Mon Aug 13 08:52:29 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))