Mercurial > emacs
annotate nt/emacsclient.rc @ 108242:dc6153a5f4f7
Use define-minor-mode in more cases.
* term/tvi970.el (tvi970-set-keypad-mode):
* simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
(normal-erase-is-backspace-mode):
* scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
(set-scroll-bar-mode-1): (Re)move to its sole caller.
(get-scroll-bar-mode): New function.
* emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 04 May 2010 23:45:21 -0400 |
parents | b4d27afff1bf |
children | 417b1e4d63cd |
rev | line source |
---|---|
93967 | 1 Emacs ICON icons\emacs.ico |
2 | |
3 #ifndef VS_VERSION_INFO | |
4 #define VS_VERSION_INFO 1 | |
5 #endif | |
6 | |
7 VS_VERSION_INFO VERSIONINFO | |
107367
b4d27afff1bf
Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents:
107243
diff
changeset
|
8 FILEVERSION 24,0,50,0 |
b4d27afff1bf
Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents:
107243
diff
changeset
|
9 PRODUCTVERSION 24,0,50,0 |
93967 | 10 FILEFLAGSMASK 0x3FL |
11 #ifdef EMACSDEBUG | |
12 FILEFLAGS 0x1L | |
13 #else | |
14 FILEFLAGS 0x0L | |
15 #endif | |
16 FILEOS 0x40004L | |
17 FILETYPE 0x1L | |
18 FILESUBTYPE 0x0L | |
19 BEGIN | |
20 BLOCK "StringFileInfo" | |
21 BEGIN | |
22 BLOCK "040904B0" | |
23 BEGIN | |
24 VALUE "CompanyName", "Free Software Foundation\0" | |
101506
a84518accc05
Swap name and description. Remove Windows versions.
Jason Rumney <jasonr@gnu.org>
parents:
100954
diff
changeset
|
25 VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0" |
107367
b4d27afff1bf
Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents:
107243
diff
changeset
|
26 VALUE "FileVersion", "24, 0, 50, 0\0" |
93967 | 27 VALUE "InternalName", "EmacsClient\0" |
106816
f3556b1dd4de
Fix breakage to nt/emacsclient.rc in rgm@gnu.org-20100113083510-r0bohw6iwgztwdwr
Juanma Barranquero <lekktu@gmail.com>
parents:
106815
diff
changeset
|
28 VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010\0" |
93967 | 29 VALUE "OriginalFilename", "emacsclientw.exe" |
101506
a84518accc05
Swap name and description. Remove Windows versions.
Jason Rumney <jasonr@gnu.org>
parents:
100954
diff
changeset
|
30 VALUE "ProductName", "EmacsClient\0" |
107367
b4d27afff1bf
Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents:
107243
diff
changeset
|
31 VALUE "ProductVersion", "24, 0, 50, 0\0" |
93967 | 32 VALUE "OLESelfRegister", "\0" |
33 END | |
34 END | |
35 BLOCK "VarFileInfo" | |
36 BEGIN | |
37 VALUE "Translation", 0x409, 1200 | |
38 END | |
39 END | |
40 |