]> git.eshelyaron.com Git - emacs.git/commit
Prevent truncation of todo-mode categories sexp
authorStephen Berman <stephen.berman@gmx.net>
Tue, 27 Jun 2023 15:38:20 +0000 (17:38 +0200)
committerStephen Berman <stephen.berman@gmx.net>
Tue, 27 Jun 2023 15:38:20 +0000 (17:38 +0200)
commit6ae83322d4c2792265f39ef84fefd5ca8be94b8d
treed6a7c0b9ec2bf0bdb09ceb82ac180a573fccc81a
parentee41f07be52455e33fbb96ce84519b3569d302be
Prevent truncation of todo-mode categories sexp

* lisp/calendar/todo-mode.el (todo-delete-file)
(todo-move-category, todo-convert-legacy-files)
(todo-update-categories-sexp, todo-check-format):
Bind print-length and print-level to nil before using prin1
and related functions, to avoid truncating the todo categories
sexp and possibly corrupting the file format.
lisp/calendar/todo-mode.el