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:
@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user