]> git.eshelyaron.com Git - emacs.git/commit
emacsclient: adjust to new config file location
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 30 Aug 2019 07:24:07 +0000 (00:24 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 30 Aug 2019 07:24:47 +0000 (00:24 -0700)
commit44f15b63dbe9a45921573197e08c8aaaed08412a
tree004ad6c462f0ceb19b5f24c535fcaa614d21043a
parenta4144af909c3a6baf381659bf158e254b28ee002
emacsclient: adjust to new config file location

* lib-src/emacsclient.c (open_config): New arg XDG, to respect
XDG_CONFIG_HOME, consistently with Emacs proper.  Caller changed.
Use XDG convention if available, falling back on the old names
if not.
lib-src/emacsclient.c