aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-streams.el
diff options
context:
space:
mode:
authorJohnathan Rabkin <yonirabkin@member.fsf.org>2013-08-21 10:48:29 -0400
committerJohnathan Rabkin <yonirabkin@member.fsf.org>2013-08-21 10:48:29 -0400
commit2fba6182e3cabe5fc4002473b16ee47e62e95683 (patch)
tree82bd5c6a0114b516117aac507956f16d2a3908e7 /lisp/emms-streams.el
parent39e2c28f74d01e151709bf7e89989b740a5d75fb (diff)
* lisp/emms-streams.el: Fix compilation error; update obsolete variable.
Diffstat (limited to 'lisp/emms-streams.el')
-rw-r--r--lisp/emms-streams.el2
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)