From: Eric S. Raymond Date: Sat, 13 Oct 2007 10:54:45 +0000 (+0000) Subject: Clarification requested by RMS. X-Git-Tag: emacs-pretest-23.0.90~10363 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1e355d74ce3c823dd4134dadefb6795cb4098a3b;p=emacs.git Clarification requested by RMS. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fd9fe354579..06d9f194553 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -105,11 +105,12 @@ 2007-10-11 Eric S. Raymond - * vc.el (vc-diff, vc-diff-internal): Bug fixes by Juanma Barranquero. - Temporarily disable the check for his edge case, it's calling some - brittle code. - (with-vc-properties): Fievaluation time of a macro argument. - + * vc.el (vc-diff): + (vc-diff-internal): Merge a patch by Juanma Barranquero. Also, + emporarily disable the check for his edge case of + vc-diff (stopping it from grinding when callerd from $HOME), as + it's calling some brittle code in vc-hooks.el. + (with-vc-properties): Fix evaluation time of a macro argument. * ediff-vers.el (ediff-vc-internal): * vc-hooks.el: * loaddefs.el: Follow up on VC terminology change.