]> git.ipfire.org Git - thirdparty/dracut.git/commit
dir-locals: Avoid use of setq which triggers Emacs warning 95/head
authorColin Walters <walters@verbum.org>
Thu, 17 Sep 2015 15:33:40 +0000 (11:33 -0400)
committerColin Walters <walters@verbum.org>
Thu, 17 Sep 2015 15:33:40 +0000 (11:33 -0400)
commit10d03bbfbc30a4ff596ffc77b73acdceef5a7826
tree0d629075662f1d1ec65ab6b77645491951aa20d4
parent820f81016a31f069dc8ef9d7a6b65ffc1166daa5
dir-locals: Avoid use of setq which triggers Emacs warning

Emacs has a whitelist of "safe" variables, using `setq` overrides
that and causes it to warn when opening any file by default.

Dropping the `setq` makes Emacs do the right thing.
.dir-locals.el