bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#28570: 27.0.50; [PATCH] Disable unhelpful default Extra: header in v


From: Dmitry Gutov
Subject: bug#28570: 27.0.50; [PATCH] Disable unhelpful default Extra: header in vc-dir
Date: Mon, 9 Oct 2017 16:18:01 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:56.0) Gecko/20100101 Thunderbird/56.0

On 10/8/17 11:03 AM, Göktuğ Kayaalp wrote:

Hi, please find attached the patch I promised some time ago.  Sorry for
the latency.


diff --git a/lisp/vc/vc-rcs.el b/lisp/vc/vc-rcs.el
index 9dffc144c6..0a10449763 100644
--- a/lisp/vc/vc-rcs.el
+++ b/lisp/vc/vc-rcs.el
@@ -177,6 +177,8 @@ vc-rcs-dir-status-files
          (push (list frel state) result))))
      (funcall update-function result)))
+(defun vc-rcs-dir-extra-headers (&rest ignore))
+
  (defun vc-rcs-working-revision (file)
    "RCS-specific version of `vc-working-revision'."
    (or (and vc-consult-headers

Please send a .patch file, with commit message and everything.

See the mention of 'git format-patch' in CONTRIBUTE.







reply via email to

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