+2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
+
+ * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
+
2006-02-07 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
(if old
(setq file (get-text-property beg 'old-name))
(setq end (next-single-property-change (1+ beg) 'end-name))
- (setq file (buffer-substring-no-properties (+ 2 beg) end)))
- (and file (setq file (wdired-normalize-filename file))))
+ (setq file (buffer-substring-no-properties (+ 2 beg) end))
+ (and file (setq file (wdired-normalize-filename file)))))
(if (or no-dir old)
file
(and file (> (length file) 0)