mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 01:34:21 +00:00
* lisp/mpc.el (mpc-format): Fix printing after last format spec.
This commit is contained in:
parent
cbb0b5d8d5
commit
fcfcb35791
1 changed files with 3 additions and 0 deletions
|
|
@ -1111,6 +1111,9 @@ If PLAYLIST is t or nil or missing, use the main playlist."
|
|||
(if (null size) (setq col (+ col textwidth postwidth))
|
||||
(insert space)
|
||||
(setq col (+ col size))))))
|
||||
;; Print the rest of format-spec, in case there is text after the
|
||||
;; last actual format specifier.
|
||||
(insert (substring format-spec pos))
|
||||
(put-text-property start (point) 'mpc--uptodate-p pred)))
|
||||
|
||||
;;; The actual UI code ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue