]> git.eshelyaron.com Git - emacs.git/commitdiff
Add comment noting that unbound symbols appear as themselves in local_var_alist.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 15 Aug 2009 13:53:41 +0000 (13:53 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 15 Aug 2009 13:53:41 +0000 (13:53 +0000)
src/buffer.h

index 397b97579e6edf5a99d1737daef957503bd6767e..7e6e8daeafd2cc048078b2a4259bab8a7521b3b7 100644 (file)
@@ -601,8 +601,9 @@ struct buffer
      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).  */