view .dir-locals.el @ 30207:3b6e0f476381 stable

rmpath: Prevent removing the current directory from the load path (bug #61216). * libinterp/corefcn/load-path.cc (load_path::remove): Prevent removing the current directory from the load path when using relative paths.
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 24 Sep 2021 17:58:04 +0200
parents df203b20cfc6
children
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))