Mercurial > emacs
changeset 105654:1a53b2a8065d
* puresize.h (BASE_PURESIZE): Increase to 1310000.
* term/common-win.el (x-colors): Purecopy it.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sat, 17 Oct 2009 07:13:44 +0000 |
parents | 8177db6744a6 |
children | 3084c40960c1 |
files | lisp/ChangeLog lisp/term/common-win.el src/ChangeLog src/puresize.h |
diffstat | 4 files changed, 12 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Oct 17 04:36:11 2009 +0000 +++ b/lisp/ChangeLog Sat Oct 17 07:13:44 2009 +0000 @@ -1,3 +1,7 @@ +2009-10-17 Dan Nicolaescu <dann@ics.uci.edu> + + * term/common-win.el (x-colors): Purecopy it. + 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca> * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
--- a/lisp/term/common-win.el Sat Oct 17 04:36:11 2009 +0000 +++ b/lisp/term/common-win.el Sat Oct 17 07:13:44 2009 +0000 @@ -204,7 +204,8 @@ ;; of grey. (defvar x-colors - '("gray100" "gray99" "gray98" "gray97" "gray96" "gray95" "gray94" "gray93" "gray92" + (purecopy + '("gray100" "gray99" "gray98" "gray97" "gray96" "gray95" "gray94" "gray93" "gray92" "gray91" "gray90" "gray89" "gray88" "gray87" "gray86" "gray85" "gray84" "gray83" "gray82" "gray81" "gray80" "gray79" "gray78" "gray77" "gray76" "gray75" "gray74" "gray73" "gray72" "gray71" "gray70" "gray69" "gray68" "gray67" "gray66" "gray65" @@ -286,7 +287,7 @@ "dark magenta" "dark violet" "medium blue" "blue" "deep sky blue" "cyan" "medium spring green" "spring green" "green" "lawn green" "chartreuse" "yellow" "gold" "orange" "dark orange" "orange red" "red" "white" "white smoke" - "gainsboro" "light grey" "gray" "dark grey" "dim gray" "black" ) + "gainsboro" "light grey" "gray" "dark grey" "dim gray" "black" )) "List of basic colors available on color displays. For X, the list comes from the `rgb.txt' file,v 10.41 94/02/20. For Nextstep, this is a list of non-PANTONE colors returned by
--- a/src/ChangeLog Sat Oct 17 04:36:11 2009 +0000 +++ b/src/ChangeLog Sat Oct 17 07:13:44 2009 +0000 @@ -1,3 +1,7 @@ +2009-10-17 Dan Nicolaescu <dann@ics.uci.edu> + + * puresize.h (BASE_PURESIZE): Increase to 1310000. + 2009-10-16 Juanma Barranquero <lekktu@gmail.com> * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
--- a/src/puresize.h Sat Oct 17 04:36:11 2009 +0000 +++ b/src/puresize.h Sat Oct 17 07:13:44 2009 +0000 @@ -41,7 +41,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1290000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1310000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */