unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Standard errors: circular-list, protected-field?
@ 2012-02-24  8:34 Glenn Morris
  0 siblings, 0 replies; only message in thread
From: Glenn Morris @ 2012-02-24  8:34 UTC (permalink / raw)
  To: emacs-devel


While reading lispref/errors.texi, I noticed a couple seemed to be missing:

protected-field: "Attempt to modify a protected field"  (buffer.c)
   - not actually used for anything?

circular-list: "List contains a loop"  (data.c)
   - only used for resolving faces? Eg:

(put 'foo 'face-alias 'foo)
(internal-lisp-face-p 'foo)
  -> Lisp error: (circular-list foo)

Do I have that right?



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

only message in thread, other threads:[~2012-02-24  8:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-24  8:34 Standard errors: circular-list, protected-field? Glenn Morris

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).