aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c
diff options
context:
space:
mode:
authorKim F. Storm2002-02-28 22:11:49 +0000
committerKim F. Storm2002-02-28 22:11:49 +0000
commit5705966b35c5fdb6e1103d4b74fbfcee43d030d5 (patch)
tree66d67bb7bdab6beec070a3da9a0eac4eb8c5cbd6 /src/xdisp.c
parent3dbab091cb2cc8a5af53dcf9b5a24bec3135d712 (diff)
downloademacs-5705966b35c5fdb6e1103d4b74fbfcee43d030d5.tar.gz
emacs-5705966b35c5fdb6e1103d4b74fbfcee43d030d5.zip
(minibuf_selected_window): Renamed from Vminibuf_selected_window.
Diffstat (limited to 'src/xdisp.c')
-rw-r--r--src/xdisp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index d06e5e1aecf..e51f68ac7da 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -1582,8 +1582,8 @@ init_iterator (it, w, charpos, bytepos, row, base_face_id)
1582 /* Or show the region if we are in the mini-buffer and W is 1582 /* Or show the region if we are in the mini-buffer and W is
1583 the window the mini-buffer refers to. */ 1583 the window the mini-buffer refers to. */
1584 || (MINI_WINDOW_P (XWINDOW (selected_window)) 1584 || (MINI_WINDOW_P (XWINDOW (selected_window))
1585 && WINDOWP (Vminibuf_selected_window) 1585 && WINDOWP (minibuf_selected_window)
1586 && w == XWINDOW (Vminibuf_selected_window)))) 1586 && w == XWINDOW (minibuf_selected_window))))
1587 { 1587 {
1588 int charpos = marker_position (current_buffer->mark); 1588 int charpos = marker_position (current_buffer->mark);
1589 it->region_beg_charpos = min (PT, charpos); 1589 it->region_beg_charpos = min (PT, charpos);