chiark / gitweb /
dir-locals: Provide python-indent-offset too
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 29 Nov 2019 23:37:01 +0000 (23:37 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 7 Dec 2019 17:08:49 +0000 (17:08 +0000)
commitc76764ded85d69af335db66748351dcf2ae08079
treedf8cabfabf22b6913dd11646350e9a08345b4fe8
parentceb830f82b43c548c0f47f0576efbfe37d472562
dir-locals: Provide python-indent-offset too

python-indent is obsolete since Emacs 24.3.  It has been made into an
alias for python-indent-offset, but the alias is not marked safe as a
file variable.  Specifying python-indent-offset should make this work
on all relevant versions of Emacs (at least in the default
configuration).

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
.dir-locals.el