1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-25 07:40:40 -07:00
emacs/lisp/calendar
Stefan Monnier dc61c0fd3a todo-mode.el: Don't let-bind buffer-read-only
Prefer let-binding `inhibit-read-only` so the code can freely change
`buffer-read-only`.  While at it, prefer #' to quote function names.

* lisp/calendar/todo-mode.el (todo-rename-category)
(todo-delete-category, todo-delete-item)
(todo-edit-item--diary-inclusion, todo-edit-category-diary-inclusion)
(todo-edit-category-diary-nonmarking, todo-archive-done-item)
(todo-unarchive-items, todo-display-categories)
(todo-update-categories-display, todo-filter-items-1)
(todo-reset-nondiary-marker, todo-reset-done-separator-string)
(todo-reset-done-string, todo-reset-comment-string):
Bind `inhibit-read-only` instead of `buffer-read-only`.
(todo-mode, todo-archive-mode, todo-edit-mode, todo-categories-mode)
(todo-filtered-items-mode): Let `define-derived-mode` take care of
adding the keymap to the docstring.
(todo-mode, todo-archive-mode, todo-categories-mode)
(todo-filtered-items-mode): Let `define-derived-mode` set
`mode-class`.
2023-11-16 00:16:31 -05:00
..
appt.el Add 'appt-notification' face (Bug#61661) 2023-09-04 22:50:15 +02:00
cal-bahai.el
cal-china.el
cal-coptic.el
cal-dst.el
cal-french.el
cal-hebrew.el
cal-html.el
cal-islam.el
cal-iso.el
cal-julian.el
cal-mayan.el
cal-menu.el
cal-move.el ; * lisp/calendar/cal-move.el (calendar-scroll-left): Fix last change. 2023-08-10 13:33:17 +08:00
cal-persia.el
cal-tex.el
cal-x.el
calendar.el Repair several minor breakages 2023-08-10 13:25:29 +08:00
diary-lib.el Address defcustom :type warnings 2023-09-26 09:29:39 +02:00
holidays.el Repair several minor breakages 2023-08-10 13:25:29 +08:00
icalendar.el Address defcustom :type warnings 2023-09-26 09:29:39 +02:00
iso8601.el
lunar.el Repair several minor breakages 2023-08-10 13:25:29 +08:00
parse-time.el
solar.el
time-date.el ; * lisp/calendar/time-date.el (days-to-time): Doc fix. 2023-10-14 12:00:51 +03:00
timeclock.el Fix defcustoms in timeclock.el 2023-10-03 14:36:30 +02:00
todo-mode.el todo-mode.el: Don't let-bind buffer-read-only 2023-11-16 00:16:31 -05:00