aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2012-12-19 05:56:49 -0800
committerPaul Eggert2012-12-19 05:56:49 -0800
commit3f781c75aceec46314eace32bf073e13914f683b (patch)
tree4c10cc68ae6c0f0c38919f7965924767a63209e4 /src
parent3c532af61710e373a311bce5ed7fbd8cacd5dd7d (diff)
downloademacs-3f781c75aceec46314eace32bf073e13914f683b.tar.gz
emacs-3f781c75aceec46314eace32bf073e13914f683b.zip
Spelling fix.
Diffstat (limited to 'src')
-rw-r--r--src/window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c
index 3f3d2fa563e..9571788798f 100644
--- a/src/window.c
+++ b/src/window.c
@@ -280,7 +280,7 @@ adjust_window_count (struct window *w, int arg)
280 if (BUFFERP (w->buffer)) 280 if (BUFFERP (w->buffer))
281 { 281 {
282 struct buffer *b = XBUFFER (w->buffer); 282 struct buffer *b = XBUFFER (w->buffer);
283 283
284 if (b->base_buffer) 284 if (b->base_buffer)
285 b = b->base_buffer; 285 b = b->base_buffer;
286 b->window_count += arg; 286 b->window_count += arg;
@@ -530,7 +530,7 @@ select_window (Lisp_Object window, Lisp_Object norecord, int inhibit_point_swap)
530} 530}
531 531
532/* Select window with a minimum of fuss, i.e. don't record the change anywhere 532/* Select window with a minimum of fuss, i.e. don't record the change anywhere
533 (not even for rediaplay's benefit), and assume that the window's frame is 533 (not even for redisplay's benefit), and assume that the window's frame is
534 already selected. */ 534 already selected. */
535void 535void
536select_window_1 (Lisp_Object window, bool inhibit_point_swap) 536select_window_1 (Lisp_Object window, bool inhibit_point_swap)