mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
mpc-last-seek-time and mpc--faster are no longer used
* lisp/mpc.el (mpc-last-seek-time, mpc--faster): Add a FIXME; should they be removed?
This commit is contained in:
parent
4fd59d0eba
commit
2f69971714
1 changed files with 3 additions and 0 deletions
|
|
@ -2570,6 +2570,9 @@ If stopped, start playback."
|
|||
(t (mpc-proc-cmd "previous")))
|
||||
(mpc-status-refresh)))
|
||||
|
||||
;; FIXME - mpc-last-seek-time and mpc--faster are no longer used;
|
||||
;; remove them?
|
||||
|
||||
(defvar mpc-last-seek-time '(0 . 0))
|
||||
|
||||
(defun mpc--faster (event speedup step)
|
||||
|
|
|
|||
Loading…
Reference in a new issue