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

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

bug#4933: More information on bug 4933 (vc-rcs.el)


From: Carsten Bormann
Subject: bug#4933: More information on bug 4933 (vc-rcs.el)
Date: Mon, 16 Nov 2009 14:18:08 +0100

Specifically, the jump seems to occur in (vc-after-save)
and there in (vc-checkout-model backend (list file))
drilling down further:
 (vc-rcs-checkout-model (list (buffer-file-name)))
 (vc-rcs-consult-headers  (buffer-file-name))
And right there in vc-rcs.el is the culprit:
1.96         (monnier  13-Nov-09):         (goto-char (point-min))

Are we missing a save-excursion?







reply via email to

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