From: Rob Browning Date: Sat, 13 Apr 2013 22:43:33 +0000 (-0500) Subject: .dir-locals: rename python-indent (obsolete) to python-indent-offset. X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=5a949536f4282231779d1bb04de70aebcac02b89;p=packages%2Fb%2Fbup.git .dir-locals: rename python-indent (obsolete) to python-indent-offset. Signed-off-by: Rob Browning --- diff --git a/.dir-locals.el b/.dir-locals.el index d392eda..116c563 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,6 +1,6 @@ ((nil . ()) (python-mode . ((indent-tabs-mode . nil) - (python-indent . 4))) + (python-indent-offset . 4))) (sh-mode . ((indent-tabs-mode . nil) (sh-basic-offset . 4))) (c-mode . ((indent-tabs-mode . nil)