diff options
| author | Glenn Morris | 2020-12-01 07:50:12 -0800 |
|---|---|---|
| committer | Glenn Morris | 2020-12-01 07:50:12 -0800 |
| commit | 45f0fef718a77dfcef105fb7a44c7422b44d5db1 (patch) | |
| tree | 16bfa15c4309ea6184e94bc50669928638973760 /src/buffer.c | |
| parent | 23d206b03b20e0221ab34e32a93ee910177bcd46 (diff) | |
| parent | 749e4b7e0b04948f4805455e9505c6b855a84c96 (diff) | |
| download | emacs-45f0fef718a77dfcef105fb7a44c7422b44d5db1.tar.gz emacs-45f0fef718a77dfcef105fb7a44c7422b44d5db1.zip | |
Merge from origin/emacs-27
749e4b7e0b Reset xref-show-xrefs-function temporarily
3e6525d69f Don't show in 'view-lossage' responses to xterm feature qu...
9fbff9c35c ; * src/buffer.c: Fix comment describing 'buffer_defaults'.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c index 360dd348e05..4215acbf1df 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -62,8 +62,9 @@ struct buffer buffer_defaults; | |||
| 62 | 62 | ||
| 63 | /* This structure marks which slots in a buffer have corresponding | 63 | /* This structure marks which slots in a buffer have corresponding |
| 64 | default values in buffer_defaults. | 64 | default values in buffer_defaults. |
| 65 | Each such slot has a nonzero value in this structure. | 65 | Each such slot has a value in this structure. |
| 66 | The value has only one nonzero bit. | 66 | The value is a positive Lisp integer that must be smaller than |
| 67 | MAX_PER_BUFFER_VARS. | ||
| 67 | 68 | ||
| 68 | When a buffer has its own local value for a slot, | 69 | When a buffer has its own local value for a slot, |
| 69 | the entry for that slot (found in the same slot in this structure) | 70 | the entry for that slot (found in the same slot in this structure) |