summaryrefslogtreecommitdiff
path: root/mac
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2004-01-14 14:26:41 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2004-01-14 14:26:41 +0000
commit9cdc500215e110d29113682b450502dafc40a187 (patch)
treeb86e695a82eaa65be7b11d792a210ee665803925 /mac
parentab65071f6ba21b842bee191499b277f1f364d574 (diff)
downloademacs-9cdc500215e110d29113682b450502dafc40a187.tar.gz
Update TOO_MUCH_RAM error message.
Diffstat (limited to 'mac')
-rw-r--r--mac/INSTALL4
-rw-r--r--mac/src/Emacs.r4
2 files changed, 4 insertions, 4 deletions
diff --git a/mac/INSTALL b/mac/INSTALL
index 79007f8c324..def7913f83a 100644
--- a/mac/INSTALL
+++ b/mac/INSTALL
@@ -1,6 +1,6 @@
* BUILDING EMACS ON MAC OS 8/9 AND MAC OS X -*- outline -*-
-Copyright (c) 2001, 2002 Free Software Foundation, Inc.
+Copyright (c) 2001, 2002, 2004 Free Software Foundation, Inc.
Permission is granted to anyone to make or distribute verbatim
copies of this document as received, in any medium, provided that
@@ -205,7 +205,7 @@ Emacs should build and run on a PowerMac running Mac OS 8.6 - 10.2.
You will need around 100 MB of disk space for the source files and
intermediate files.
-It will not run on machines running Mac OS 8/9 with more than 256 MB
+It will not run on machines running Mac OS 8/9 with more than 512 MB
of physical or virtual memory. It does not have this restriction when
it is run under Mac OS X. But the usual 128MB buffer limit of a
32-bit Emacs still exists.
diff --git a/mac/src/Emacs.r b/mac/src/Emacs.r
index 01c754127c5..1403a24721c 100644
--- a/mac/src/Emacs.r
+++ b/mac/src/Emacs.r
@@ -1,5 +1,5 @@
/* Resource definitions for GNU Emacs on the Macintosh.
- Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2004 Free Software Foundation, Inc.
This file is part of GNU Emacs.
@@ -174,7 +174,7 @@ resource 'DITL' (129, purgeable) {
{10, 60, 72, 278},
StaticText {
disabled,
- "Emacs does not run on a Macintosh with more than 256 MB of physical or virtual memory"
+ "Emacs does not run on a Macintosh with more than 512 MB of physical or virtual memory"
}
}
};