]> git.eshelyaron.com Git - emacs.git/commit
Fix a minor todo-mode regression
authorStephen Berman <steve@rosalinde.fritz.box>
Fri, 11 Aug 2017 09:28:57 +0000 (11:28 +0200)
committerStephen Berman <steve@rosalinde.fritz.box>
Fri, 11 Aug 2017 09:28:57 +0000 (11:28 +0200)
commite3ed43f4ac667d39fffcc48cfbe97b074f9aa5c7
tree762ade1b3bf98f140ba75bd116013a8404b28d84
parenta56e6e79613779895975b1762c311bf8fe46f551
Fix a minor todo-mode regression

* lisp/calendar/todo-mode.el (todo-get-overlay): Wrap in
save-excursion.  This fixes a regression introduced by the fix
for bug#27609, whereby trying to raise the priority of the
first item or lower the priority of the last item, which
should be noops, moves point to the item's start.  Clarify
comment.

* test/lisp/calendar/todo-mode-tests.el
(todo-test-raise-lower-priority): Add test cases for trying to
raise first item and lower last item.
(with-todo-test): Clear abbreviated-home-dir, since we change HOME.
(todo-test-toggle-item-header02): Remove ":expected-result
:failed" and tests of point after todo-next-item, since the
effect when using Todo mode is not reproducible in the test
environment.  Add commentary about this.
lisp/calendar/todo-mode.el
test/lisp/calendar/todo-mode-tests.el