emms: Use line-beginning-position

point-at-bol is obsolete since Emacs 29
This commit is contained in:
condy 2022-09-27 01:18:45 +08:00
parent 665d5c99e2
commit 76d003c0f0
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
The return value is the yanked text."
(interactive)
(emms-with-inhibit-read-only-t
(goto-char (point-at-bol))
(goto-char (line-beginning-position))
(emms-playlist-mode-yank)
(emms-playlist-mode-correct-previous-yank)
(evil-previous-line)