comparison src/bufslots.h @ 380:8626e4521993 r21-2-5

Import from CVS: tag r21-2-5
author cvs
date Mon, 13 Aug 2007 11:07:10 +0200
parents 6240c7796c7a
children 74fd4e045ea6
comparison
equal deleted inserted replaced
379:76b7d63099ad 380:8626e4521993
67 /* Alist of elements (SYMBOL . VALUE-IN-THIS-BUFFER) 67 /* Alist of elements (SYMBOL . VALUE-IN-THIS-BUFFER)
68 for all per-buffer variables of this buffer. 68 for all per-buffer variables of this buffer.
69 Specifically, this lists those variables that have 69 Specifically, this lists those variables that have
70 a buffer-local value in this buffer: i.e. those 70 a buffer-local value in this buffer: i.e. those
71 whose value does not shadow the default value. 71 whose value does not shadow the default value.
72 (Remember that for any particlar variable created 72 (Remember that for any particular variable created
73 with `make-local-variable' or `make-variable-buffer-local', 73 with `make-local-variable' or `make-variable-buffer-local',
74 it will have a per-buffer value in some buffers and a 74 it will have a per-buffer value in some buffers and a
75 default value in others.) 75 default value in others.)
76 76
77 Variables declared in C with DEFVAR_BUFFER_LOCAL() (i.e. 77 Variables declared in C with DEFVAR_BUFFER_LOCAL() (i.e.