# HG changeset patch # User Chong Yidong # Date 1250344421 0 # Node ID de38a863010ac52e1bd7b5f8f2b0994a80b28279 # Parent 25648648783d3b9398b39a8b62fcb6728ed40d72 Add comment noting that unbound symbols appear as themselves in local_var_alist. diff -r 25648648783d -r de38a863010a src/buffer.h --- 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). */