diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-01-14 14:26:41 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-01-14 14:26:41 +0000 |
commit | cf91865fcf8c2fb3cd216200bde311b30eb3f6b2 (patch) | |
tree | 1892e363f331595ac404662f58dd7f4156a6f715 /mac/src | |
parent | eccab1443473de595b404d0fe05206a33e16f425 (diff) | |
download | emacs-cf91865fcf8c2fb3cd216200bde311b30eb3f6b2.tar.gz |
Update TOO_MUCH_RAM error message.
Diffstat (limited to 'mac/src')
-rw-r--r-- | mac/src/Emacs.r | 4 |
1 files changed, 2 insertions, 2 deletions
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" } } }; |