* server.el (server-process-filter): Use expand-file-name rather than
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 10 Mar 2009 14:08:52 +0000 (14:08 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 10 Mar 2009 14:08:52 +0000 (14:08 +0000)
commitba528748a14a34d2c3f619615c4cdaf4bbd89cc0
tree16c988a41705f78fff35c619216e2f4d73af838d
parentbba79a9ce446856701d58cdeb26488b6a0b87864
* server.el (server-process-filter): Use expand-file-name rather than
command-line-normalize-file-name so as to use the `dir' when provided.
* emacsclient.c (main): Always pass cwd via "-dir".  Pass the file
names without prepending cwd to them, so Emacs uses its customary
rules to determine how to interpret the file name.
lib-src/ChangeLog
lib-src/emacsclient.c
lisp/ChangeLog
lisp/server.el