all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Difference of Qt and Qnil
@ 2006-11-20  7:45 Herbert Euler
  0 siblings, 0 replies; only message in thread
From: Herbert Euler @ 2006-11-20  7:45 UTC (permalink / raw)


I see in ``lread.c'' that the initialization of `Qt'
and `Qnil' are different:

  Qnil = Fmake_symbol (make_pure_string ("nil", 3, 3, 0));

  Qt = intern ("t");

`intern' calls `Fintern', which uses `NILP'.  This
seems to be the reason why they are initialized
differently.  And the string "nil" is in pure storage,
while "t" is not.

Is this correct?  Thanks.

Regards,
Guanpeng Xu

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-11-20  7:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-20  7:45 Difference of Qt and Qnil Herbert Euler

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.