From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.devel Subject: *Diff*? Date: Wed, 11 Jul 2007 20:35:04 +0200 (CEST) Message-ID: <20070711183504.DAC76301E4@Psilocybe.Update.UU.SE> Reply-To: ams@gnu.org NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1184178942 27584 80.91.229.12 (11 Jul 2007 18:35:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 Jul 2007 18:35:42 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 11 20:35:40 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I8h2J-0004T1-AI for ged-emacs-devel@m.gmane.org; Wed, 11 Jul 2007 20:35:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I8h2I-0003nC-SH for ged-emacs-devel@m.gmane.org; Wed, 11 Jul 2007 14:35:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I8h1r-0003Qy-RF for emacs-devel@gnu.org; Wed, 11 Jul 2007 14:35:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I8h1o-0003OZ-BG for emacs-devel@gnu.org; Wed, 11 Jul 2007 14:35:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I8h1n-0003OH-VK for emacs-devel@gnu.org; Wed, 11 Jul 2007 14:35:08 -0400 Original-Received: from psilocybe.update.uu.se ([130.238.19.25]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I8h1m-0008JB-ND for emacs-devel@gnu.org; Wed, 11 Jul 2007 14:35:07 -0400 Original-Received: by Psilocybe.Update.UU.SE (Postfix, from userid 30270) id DAC76301E4; Wed, 11 Jul 2007 20:35:04 +0200 (CEST) X-detected-kernel: Linux 2.6 (newer, 1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:74650 Archived-At: I find it a bit annoying that the diff buffer is called *Diff*, a more logical choice is to call it *diff*. Often one ends up either editing the buffer, or using it various ways, much like *mail* and other such buffers, the extra capital makes it a bit harder to type. --- diff.el 06 May 2007 00:12:40 +0200 1.62 +++ diff.el 09 Jul 2007 23:10:14 +0200 @@ -112,7 +112,7 @@ With prefix arg, prompt for diff switche ,(shell-quote-argument (or old-alt old)) ,(shell-quote-argument (or new-alt new))) " ")) - (buf (get-buffer-create "*Diff*")) + (buf (get-buffer-create "*diff*")) (thisdir default-directory) proc) (save-excursion