]> git.eshelyaron.com Git - emacs.git/commit
emacsclient: one ‘main’ function
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 23 Nov 2018 08:12:54 +0000 (00:12 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 23 Nov 2018 08:13:08 +0000 (00:13 -0800)
commitef1f60301aabbcfc940bf8a826cd174ba2d0439c
tree770e4b553bb8d3935ccd77587f59bd1f3fc9f2dc
parent5daba9d8a55d4fa28600f097490bc675eb848957
emacsclient: one ‘main’ function

* lib-src/emacsclient.c (main): Simplify by having just one
‘main’ function instead of two.  Don’t assume argc is positive (!).
lib-src/emacsclient.c