|
From: | Stefan Monnier |
Subject: | Re: [Emacs-diffs] fix/undo-point-in-wrong-place 3e18fc2: Store point and buffer in independent variables. |
Date: | Thu, 26 Nov 2015 08:05:45 -0500 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) |
The change looks fine this time. > -extern ptrdiff_t last_point_position; > +ptrdiff_t point_before_last_command_or_undo; > +struct buffer *buffer_before_last_command_or_undo; But please add a comment describing precisely what those variables hold. Stefan
[Prev in Thread] | Current Thread | [Next in Thread] |