]> git.eshelyaron.com Git - emacs.git/commit
Fix bug with point-adjustment after M-x COMMAND
authorEli Zaretskii <eliz@gnu.org>
Mon, 5 Jun 2023 12:57:05 +0000 (15:57 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 5 Jun 2023 12:57:05 +0000 (15:57 +0300)
commit9a28600a97351bccadb3473b0a7829b09b1bc413
tree098074585da73c0d2e0effd0c121be3a56a079b7
parent26ee0ce6f94cdec2b30d9abc9cbd0c7f468a08c1
Fix bug with point-adjustment after M-x COMMAND

* src/keyboard.c (command_loop_1): Preserve 'last_point_position'
across command execution, to avoid bugs in
'adjust_point_for_property' if the command invokes
'recursive-edit'.  Reported by Mats Lidell <matsl@gnu.org>.
src/keyboard.c