emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

*Diff*?


From: Alfred M. Szmidt
Subject: *Diff*?
Date: Wed, 11 Jul 2007 20:35:04 +0200 (CEST)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]