diff options
author | Eli Zaretskii <eliz@gnu.org> | 2015-06-27 13:48:26 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2015-06-27 13:48:26 +0300 |
commit | 31807189b55d9519a46e4b35fadbe20218e4ebea (patch) | |
tree | c2d926b9871ebb9788923c2fe2241670e903f423 /etc | |
parent | 5a7fb4f0cc5a21808ab6fa062050059ceac027e4 (diff) | |
download | emacs-31807189b55d9519a46e4b35fadbe20218e4ebea.tar.gz |
Add a new function w32-application-type
* src/w32proc.c (Fw32_application_type): New function.
; * etc/NEWS: Mention w32-application-type.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1114,6 +1114,10 @@ Pass '--without-ns' to configure to create an X11 build, the old default. ** OS X on PowerPC is no longer supported. +--- +** The new function 'w32-application-type' returns the type of an +MS-Windows application given the name of its executable program file. + ---------------------------------------------------------------------- This file is part of GNU Emacs. |