# HG changeset patch # User Jan Dj¸«£rv # Date 1075981617 0 # Node ID cc4faf95fea2b8fcb6ac5ca4a7796e25f325f13f # Parent add088b6ecefe830ec6bd31b5d9bcac6c641ad13 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning diff -r add088b6ecef -r cc4faf95fea2 lisp/ChangeLog --- a/lisp/ChangeLog Thu Feb 05 04:55:21 2004 +0000 +++ b/lisp/ChangeLog Thu Feb 05 11:46:57 2004 +0000 @@ -1,3 +1,7 @@ +2004-02-05 Jan Dj,Ad(Brv + + * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning + 2004-02-04 Stefan Monnier * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph diff -r add088b6ecef -r cc4faf95fea2 lisp/x-dnd.el --- a/lisp/x-dnd.el Thu Feb 05 04:55:21 2004 +0000 +++ b/lisp/x-dnd.el Thu Feb 05 11:46:57 2004 +0000 @@ -289,8 +289,7 @@ (let ((f (cond ((string-match "^file:///" uri) ; XDND format. (substring uri (1- (match-end 0)))) ((string-match "^file:" uri) ; Old KDE, Motif, Sun - (substring uri (match-end 0))) - nil))) + (substring uri (match-end 0)))))) (when (and f must-exist) (let* ((decoded-f (decode-coding-string f