aboutsummaryrefslogtreecommitdiffstats
path: root/mac/src
diff options
context:
space:
mode:
authorKenichi Handa2004-04-16 12:51:06 +0000
committerKenichi Handa2004-04-16 12:51:06 +0000
commit6b61353c0a0320ee15bb6488149735381fed62ec (patch)
treee69adba60e504a5a37beb556ad70084de88a7aab /mac/src
parentdc6a28319312fe81f7a1015e363174022313f0bd (diff)
downloademacs-6b61353c0a0320ee15bb6488149735381fed62ec.tar.gz
emacs-6b61353c0a0320ee15bb6488149735381fed62ec.zip
Sync to HEAD
Diffstat (limited to 'mac/src')
-rw-r--r--mac/src/Emacs.r6
-rw-r--r--mac/src/chdir.c3
2 files changed, 5 insertions, 4 deletions
diff --git a/mac/src/Emacs.r b/mac/src/Emacs.r
index 61630858730..1403a24721c 100644
--- a/mac/src/Emacs.r
+++ b/mac/src/Emacs.r
@@ -1,5 +1,5 @@
1/* Resource definitions for GNU Emacs on the Macintosh. 1/* Resource definitions for GNU Emacs on the Macintosh.
2 Copyright (C) 1999, 2000 Free Software Foundation, Inc. 2 Copyright (C) 1999, 2000, 2004 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
@@ -24,7 +24,6 @@ Boston, MA 02111-1307, USA. */
24#include "Types.r" 24#include "Types.r"
25/* added for finder icon balloon help --ben */ 25/* added for finder icon balloon help --ben */
26#include "Balloons.r" 26#include "Balloons.r"
27#endif
28 27
29/* Define to use gnu icon */ 28/* Define to use gnu icon */
30/* #define GNU_ICON 1 */ 29/* #define GNU_ICON 1 */
@@ -57,7 +56,6 @@ resource 'hfdr' (-5696) { /*help for emacs icon*/
57 } 56 }
58}; 57};
59 58
60#ifndef TARGET_API_MAC_CARBON
61/* added for finder icon balloon help --ben */ 59/* added for finder icon balloon help --ben */
62resource 'STR ' (128) { /*help message for emacs icon*/ 60resource 'STR ' (128) { /*help message for emacs icon*/
63 "GNU Emacs\0xd1the extensible, customizable, self-documenting real-time display editor." 61 "GNU Emacs\0xd1the extensible, customizable, self-documenting real-time display editor."
@@ -176,7 +174,7 @@ resource 'DITL' (129, purgeable) {
176 {10, 60, 72, 278}, 174 {10, 60, 72, 278},
177 StaticText { 175 StaticText {
178 disabled, 176 disabled,
179 "Emacs does not run on a Macintosh with more than 256 MB of physical or virtual memory" 177 "Emacs does not run on a Macintosh with more than 512 MB of physical or virtual memory"
180 } 178 }
181 } 179 }
182}; 180};
diff --git a/mac/src/chdir.c b/mac/src/chdir.c
index cfa77c8c44c..a982e941f98 100644
--- a/mac/src/chdir.c
+++ b/mac/src/chdir.c
@@ -41,3 +41,6 @@ int chdir(const char *path)
41 41
42 return error == noErr ? 0 : -1; 42 return error == noErr ? 0 : -1;
43} 43}
44
45/* arch-tag: f567b034-fd9e-43d1-94cb-9012375237d1
46 (do not change this comment) */