diff lisp/winnt.el @ 288:e11d67e05968 r21-0b42

Import from CVS: tag r21-0b42
author cvs
date Mon, 13 Aug 2007 10:35:54 +0200
parents 57709be46d1b
children 182f72e8cd0d
line wrap: on
line diff
--- a/lisp/winnt.el	Mon Aug 13 10:35:07 2007 +0200
+++ b/lisp/winnt.el	Mon Aug 13 10:35:54 2007 +0200
@@ -132,6 +132,6 @@
       (if (string-match (car assoc) fname)
 	  (setq return-me (funcall (cdr assoc) (cdr args)))))
     (or return-me
-	(nt-quote-args-verbatim args))))
+	(nt-quote-args-verbatim (cdr args)))))
 
 ;;; winnt.el ends here