aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoakim Verona2012-11-30 10:30:42 +0100
committerJoakim Verona2012-11-30 10:30:42 +0100
commit21e02f21a66871b3e585c4b889da48102a9858bb (patch)
tree9bfed75a62dc97729792ac8ae429d73048cca785 /src
parent4832577dfa12bfca635f0f879005bcfd9d214779 (diff)
parentf43ce1c19768f995566cc8e44512633fead20e1d (diff)
downloademacs-21e02f21a66871b3e585c4b889da48102a9858bb.tar.gz
emacs-21e02f21a66871b3e585c4b889da48102a9858bb.zip
auto upstream
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index af83eba8544..2f7b0a21f3b 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -10942,8 +10942,8 @@ echo_area_display (int update_frame_p)
10942 return window_height_changed_p; 10942 return window_height_changed_p;
10943} 10943}
10944 10944
10945/* Nonzero if the current buffer is shown in more than 10945/* Nonzero if the current window's buffer is shown in more than one
10946 one window and was modified since last display. */ 10946 window and was modified since last redisplay. */
10947 10947
10948static int 10948static int
10949buffer_shared_and_changed (void) 10949buffer_shared_and_changed (void)