diff options
| -rw-r--r-- | emms-playlist-mode.el | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/emms-playlist-mode.el b/emms-playlist-mode.el index 35c1291..1c016b5 100644 --- a/emms-playlist-mode.el +++ b/emms-playlist-mode.el @@ -569,6 +569,7 @@ WINDOW-WIDTH should be a positive integer."                          (point-max)                          '(face emms-playlist-track-face)))    (setq buffer-read-only t) +  (setq truncate-lines t)    (setq buffer-undo-list nil))  ;;;###autoload  | 
