diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/buffer.c b/src/buffer.c index ef04ca7018d..e44908a543c 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -2074,7 +2074,7 @@ the current buffer's major mode. */) | |||
| 2074 | count = SPECPDL_INDEX (); | 2074 | count = SPECPDL_INDEX (); |
| 2075 | 2075 | ||
| 2076 | /* To select a nonfundamental mode, | 2076 | /* To select a nonfundamental mode, |
| 2077 | select the buffer temporarily and then call the mode function. */ | 2077 | select the buffer temporarily and then call the mode function. */ |
| 2078 | 2078 | ||
| 2079 | record_unwind_protect (save_excursion_restore, save_excursion_save ()); | 2079 | record_unwind_protect (save_excursion_restore, save_excursion_save ()); |
| 2080 | 2080 | ||
| @@ -2114,7 +2114,7 @@ set_buffer_internal_1 (register struct buffer *b) | |||
| 2114 | 2114 | ||
| 2115 | old_buf = current_buffer; | 2115 | old_buf = current_buffer; |
| 2116 | current_buffer = b; | 2116 | current_buffer = b; |
| 2117 | last_known_column_point = -1; /* invalidate indentation cache */ | 2117 | last_known_column_point = -1; /* Invalidate indentation cache. */ |
| 2118 | 2118 | ||
| 2119 | if (old_buf) | 2119 | if (old_buf) |
| 2120 | { | 2120 | { |
| @@ -2138,7 +2138,7 @@ set_buffer_internal_1 (register struct buffer *b) | |||
| 2138 | fetch_buffer_markers (b); | 2138 | fetch_buffer_markers (b); |
| 2139 | 2139 | ||
| 2140 | /* Look down buffer's list of local Lisp variables | 2140 | /* Look down buffer's list of local Lisp variables |
| 2141 | to find and update any that forward into C variables. */ | 2141 | to find and update any that forward into C variables. */ |
| 2142 | 2142 | ||
| 2143 | do | 2143 | do |
| 2144 | { | 2144 | { |