update packages

This commit is contained in:
2025-02-26 20:16:44 +01:00
parent 59db017445
commit 45d49daef0
291 changed files with 16240 additions and 522600 deletions

View File

@@ -864,7 +864,7 @@ will return nil if the CID is unknown or cannot be retrieved."
(unless (icalendar-import-buffer file t)
(error "Icalendar import error. %s"
"See *icalendar-errors* for more information"))
(set-buffer (get-file-buffer file))
(set-buffer (find-buffer-visiting file))
(setq result (buffer-substring (point-min) (point-max)))
(set-buffer-modified-p nil)
(kill-buffer (current-buffer)))
@@ -2686,7 +2686,9 @@ This function is used as a value for
`imenu-prev-index-position-function'."
(if (bobp)
nil
(notmuch-show-previous-message)
(if (eobp)
(notmuch-show-move-to-message-top)
(notmuch-show-goto-message-previous))
t))
(defun notmuch-show-imenu-extract-index-name-function ()