diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-12-20 13:11:40 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-12-20 13:12:20 -0800 |
commit | 9b14d8b6f259a4d602f0c61689d6641e7ab20b49 (patch) | |
tree | f631a2165d1201cb75ed3e362464a5ae2610bfc5 /lisp/emacs-lisp/inline.el | |
parent | b459f1f0b970b640bbc1f3827115a18be2dcef7f (diff) | |
download | emacs-9b14d8b6f259a4d602f0c61689d6641e7ab20b49.tar.gz emacs-9b14d8b6f259a4d602f0c61689d6641e7ab20b49.tar.bz2 emacs-9b14d8b6f259a4d602f0c61689d6641e7ab20b49.zip |
Simplify unexec file mode setting
* unexaix.c, unexcoff.c, unexelf.c, unexmacosx.c:
Don't include <sys/stat.h> when no longer needed.
(unexec): Create file with correct mode in the first place,
rather than overwriting the mode later and fiddling with the
global umask in the mean time. Avoid bogus usage like
'umask (777)', which should have been 'umask (0777)'.
(mark_x): Remove. All callers removed.
Diffstat (limited to 'lisp/emacs-lisp/inline.el')
0 files changed, 0 insertions, 0 deletions