[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/wdired.el
From: |
Thien-Thi Nguyen |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/wdired.el |
Date: |
Tue, 07 Feb 2006 10:06:02 +0000 |
Index: emacs/lisp/wdired.el
diff -u emacs/lisp/wdired.el:1.16 emacs/lisp/wdired.el:1.17
--- emacs/lisp/wdired.el:1.16 Mon Feb 6 14:33:35 2006
+++ emacs/lisp/wdired.el Tue Feb 7 10:06:02 2006
@@ -323,8 +323,8 @@
(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)