Automated merge with file:///cygdrive/d/srv/hg-home/dot-emacs
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 21 Oct 2010 16:33:32 +0300
changeset 501 01ea09b00f76
parent 498 3f8ba1f0e12a (diff)
parent 500 1f8c3b0b0ca3 (current diff)
child 502 64a475fa36e2
child 506 6662cd4e7a05
Automated merge with file:///cygdrive/d/srv/hg-home/dot-emacs
.emacs-my
--- a/.emacs-my	Thu Oct 21 16:06:36 2010 +0300
+++ b/.emacs-my	Thu Oct 21 16:33:32 2010 +0300
@@ -516,8 +516,6 @@
   "Flag all temporary files for deletion."
   (interactive)
   (dired-mark-if
-   ;; (let ( (fn (dired-get-filename)) )
-   ;;   (if fn (backup-file-name-p fn)))
    (let ( (fn (dired-get-filename 'verbatim t)) )
      (and fn (my-file-name-tmp-p fn)) )
    "backup file"