all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* confusion about quote
@ 2012-11-05  1:55 Will Parsons
  2012-11-05  2:35 ` B. T. Raven
  0 siblings, 1 reply; 3+ messages in thread
From: Will Parsons @ 2012-11-05  1:55 UTC (permalink / raw)
  To: help-gnu-emacs

In looking at some elisp that I found somewhere, I see:

  (setq whitespace-style (quote (face lines-tail tabs trailing)))

How does this differ from:

  (setq whitespace-style '(face lines-tail tabs trailing))

if in fact it does?

(I found the description of the function "quote" to be somewhat
confusing.)

-- 
Will


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

end of thread, other threads:[~2012-11-05 23:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-05  1:55 confusion about quote Will Parsons
2012-11-05  2:35 ` B. T. Raven
2012-11-05 23:16   ` Will Parsons

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.