]> git.eshelyaron.com Git - emacs.git/commit
Stop using printf %n
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 6 Aug 2023 16:08:56 +0000 (09:08 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 6 Aug 2023 16:13:12 +0000 (09:13 -0700)
commit1cc20535f8730f49cd5d012313c1eaf0627d7216
treead959102c73fd9dc9b65843f1b6bf44bb8abb37e
parent400df210ce0cc1ee0113b14a5ad92764d148c620
Stop using printf %n

* src/emacs.c (shut_down_emacs): Don’t use printf’s "%n" format.
Android, MS-Windows, and OpenBSD don’t support it, and it’s easy
enough to do its equivalent by hand.
src/emacs.c