mu4e: remove emacs < 28.1 shims

We can depend on more functions now, so can get rid of our own versions.
This commit is contained in:
Dirk-Jan C. Binnema
2026-05-25 22:06:15 +03:00
committed by Seth Ladygo
parent a27398ae39
commit 008529696a
8 changed files with 10 additions and 47 deletions

View File

@ -359,9 +359,8 @@ Function returns the value (cdr) of the matching cell."
(unless (get-buffer mu4e--log-buffer-name)
(with-current-buffer (get-buffer-create mu4e--log-buffer-name)
(view-mode)
(when (fboundp 'so-long-mode)
(unless (eq major-mode 'so-long-mode)
(eval '(so-long-mode))))
(unless (eq major-mode 'so-long-mode)
(so-long-mode))
(setq buffer-undo-list t)))
mu4e--log-buffer-name)