diff options
| author | Johnathan Rabkin <yonirabkin@member.fsf.org> | 2013-08-21 10:48:29 -0400 | 
|---|---|---|
| committer | Johnathan Rabkin <yonirabkin@member.fsf.org> | 2013-08-21 10:48:29 -0400 | 
| commit | 2fba6182e3cabe5fc4002473b16ee47e62e95683 (patch) | |
| tree | 82bd5c6a0114b516117aac507956f16d2a3908e7 | |
| parent | 39e2c28f74d01e151709bf7e89989b740a5d75fb (diff) | |
* lisp/emms-streams.el: Fix compilation error; update obsolete variable.
| -rw-r--r-- | lisp/emms-streams.el | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emms-streams.el b/lisp/emms-streams.el index ea51acf..6bad605 100644 --- a/lisp/emms-streams.el +++ b/lisp/emms-streams.el @@ -234,7 +234,7 @@ needed info.")    (use-local-map emms-stream-mode-map)    (emms-stream-init)    (set (make-local-variable 'truncate-lines) t) -  (set (make-local-variable 'automatic-hscrolling) t) +  (set (make-local-variable 'auto-hscroll-mode) t)    (set (make-local-variable 'kill-whole-line) t)    (set (make-local-variable 'next-line-add-newlines) nil)    (goto-char 1)  | 
