Mercurial > emacs
changeset 104279:de38a863010a
Add comment noting that unbound symbols appear as themselves in local_var_alist.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 15 Aug 2009 13:53:41 +0000 |
parents | 25648648783d |
children | 52ff955e0cc5 |
files | src/buffer.h |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.h Sat Aug 15 06:00:38 2009 +0000 +++ b/src/buffer.h Sat Aug 15 13:53:41 2009 +0000 @@ -601,8 +601,9 @@ point into this buffer or may point nowhere. */ Lisp_Object mark; - /* Alist of elements (SYMBOL . VALUE-IN-THIS-BUFFER) - for all per-buffer variables of this buffer. */ + /* Alist of elements (SYMBOL . VALUE-IN-THIS-BUFFER) for all + per-buffer variables of this buffer. For locally unbound + symbols, just the symbol appears as the element. */ Lisp_Object local_var_alist; /* Symbol naming major mode (eg, lisp-mode). */