[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: M-= in Dired
From: |
Chong Yidong |
Subject: |
Re: M-= in Dired |
Date: |
Thu, 20 Sep 2012 12:28:58 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) |
Juri Linkov <address@hidden> writes:
> There is a strange situation with `diff-latest-backup-file'. Its
> comment says "actually belongs into files.el", but wouldn't it be
> appropriate for a function with the `diff-' prefix to be in files.el?
I don't think `diff-latest-backup-file' belongs in files.el, but it
ought to be autoloaded if dired-diff uses it. I did that in trunk.
Frankly, I'm not sure `diff-latest-backup-file' needs to exist. Its
only purpose is to run the `diff-latest-backup-file' file handler if
there's one, but nothing in the Emacs code tree actually implements that
handler. So it seems to be a bit of useless cruft.
- RE: M-= in Dired, (continued)