all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* changing defvars in term/tty-colors.el to defconsts
@ 2009-10-19 18:12 Dan Nicolaescu
  2009-10-19 18:26 ` Eli Zaretskii
  2009-10-20 23:57 ` Juri Linkov
  0 siblings, 2 replies; 3+ messages in thread
From: Dan Nicolaescu @ 2009-10-19 18:12 UTC (permalink / raw)
  To: emacs-devel


Any reason not to change these defvars:
color-name-rgb-alist
tty-standard-colors
tty-color-mode-alist
tty-defined-color-alist

to defconsts?

This will quite a few things from GC memory to pure memory.

Also (defvar msdos-color-values) seems unused in this file.




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-10-20 23:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-19 18:12 changing defvars in term/tty-colors.el to defconsts Dan Nicolaescu
2009-10-19 18:26 ` Eli Zaretskii
2009-10-20 23:57 ` Juri Linkov

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.