CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/08/29 17:04:50
Modified files:
bin/ksh : emacs.c
Log message:
Kill a useless setlocale() query
Pointless since the removal of the setlocale() call in main.c:rev1.82,
the emacs-usemeta flag isn't used in the code since 2012. This kills
a chunk of code in a statically linked ksh.
ok millert@
