]> git.eshelyaron.com Git - emacs.git/commit
; Avoid byte-compiler warning in todo-mode.el differently
authorStephen Berman <stephen.berman@gmx.net>
Tue, 21 May 2024 13:04:43 +0000 (15:04 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 23 May 2024 08:29:41 +0000 (10:29 +0200)
commit55386e1689fe71dad6b260c853c77206b289f8f6
treeaae0d53c585e0ae2f20c15b5a503187e7454ad3b
parent3c79be4f382be3626c9255c5e1b9471a711c964e
; Avoid byte-compiler warning in todo-mode.el differently

* lisp/calendar/todo-mode.el (todo-mode-map): Define it without a
value before its use in 'todo-insert-item--next-param' to pacify
the byte-compiler.
(todo-insert-item--next-param): Move back to its previous location
to keep it under the outline heading with related code.

(cherry picked from commit c8b34046d93ab28b3e56aa04ce4526b4c76d5581)
lisp/calendar/todo-mode.el