From 2fba6182e3cabe5fc4002473b16ee47e62e95683 Mon Sep 17 00:00:00 2001 From: Johnathan Rabkin Date: Wed, 21 Aug 2013 10:48:29 -0400 Subject: * lisp/emms-streams.el: Fix compilation error; update obsolete variable. --- lisp/emms-streams.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emms-streams.el') 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) -- cgit v1.2.3