projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ff0b02
)
Add comment noting that unbound symbols appear as themselves in local_var_alist.
author
Chong Yidong
<cyd@stupidchicken.com>
Sat, 15 Aug 2009 13:53:41 +0000
(13:53 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sat, 15 Aug 2009 13:53:41 +0000
(13:53 +0000)
src/buffer.h
patch
|
blob
|
history
diff --git
a/src/buffer.h
b/src/buffer.h
index 397b97579e6edf5a99d1737daef957503bd6767e..7e6e8daeafd2cc048078b2a4259bab8a7521b3b7 100644
(file)
--- a/
src/buffer.h
+++ b/
src/buffer.h
@@
-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). */