Fix regex searches for beginning of category.
authorStephen Berman <stephen.berman@gmx.net>
Mon, 26 Nov 2012 16:34:52 +0000 (17:34 +0100)
committerStephen Berman <stephen.berman@gmx.net>
Mon, 26 Nov 2012 16:34:52 +0000 (17:34 +0100)
commit11aa0eef7e08002a532b864252e45561dbd544f2
treece11ce80e092ce19d960ea3d1a28d4aaee6c81a6
parent45e4a39733aa5e124d7fd75977eeea8511d84554
Fix regex searches for beginning of category.

* calendar/todos.el (todos-make-categories-list)
(todos-convert-legacy-files, todos-jump-to-item)
(todos-move-category, todos-merge-category)
(todos-archive-done-item, todos-unarchive-items): Include end of
line in regex searches for beginning of category, in order not to
get a category whose name contains the searched for category name.
lisp/ChangeLog
lisp/calendar/todos.el