From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: M-= in Dired Date: Wed, 19 Sep 2012 23:10:33 +0300 Organization: JURTA Message-ID: <87d31hg4ee.fsf@mail.jurta.org> References: <877gs52845.fsf@gnu.org> <87mx0ydelq.fsf@mail.jurta.org> <87d31o2mw9.fsf@mail.jurta.org> <87392e1z5t.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1348085526 9825 80.91.229.3 (19 Sep 2012 20:12:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Sep 2012 20:12:06 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 19 22:12:11 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TEQd0-0008G4-Q8 for ged-emacs-devel@m.gmane.org; Wed, 19 Sep 2012 22:12:10 +0200 Original-Received: from localhost ([::1]:36472 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEQcv-000349-QJ for ged-emacs-devel@m.gmane.org; Wed, 19 Sep 2012 16:12:05 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:53641) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEQcp-00033V-Ud for emacs-devel@gnu.org; Wed, 19 Sep 2012 16:12:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TEQco-0001D8-GN for emacs-devel@gnu.org; Wed, 19 Sep 2012 16:11:59 -0400 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:40996 helo=ps18281.dreamhostps.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEQci-0001AQ-DC; Wed, 19 Sep 2012 16:11:52 -0400 Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 0967D451CBAA; Wed, 19 Sep 2012 13:11:49 -0700 (PDT) In-Reply-To: <87392e1z5t.fsf@gnu.org> (Chong Yidong's message of "Wed, 19 Sep 2012 11:15:10 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 69.163.218.105 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:153395 Archived-At: > Looks fine, thanks. Don't forget to update the docstring. 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?