Removed wrong form

This commit is contained in:
Nathan Shostek 2022-01-29 23:09:30 +01:00
parent fcd1213c1e
commit a289d9790c

View file

@ -94,7 +94,6 @@ formatted to the output stream in between each formatter when in text mode.")
(defun display-mode-line-as-text (frame pane)
(dolist (line (mode-line-formatters frame))
(with-new-output-record )
(funcall (car line) frame pane (cdr line))))
;; Glue between this and StumpWM