From 76f590d740e5b60c0159ebed682e83bccc8a32c8 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 24 Dec 1992 06:03:20 +0000 Subject: * buffer.c (Frename_buffer): Set update_mode_lines. --- src/buffer.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/buffer.c') diff --git a/src/buffer.c b/src/buffer.c index 3a31819072..4a78b56817 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -535,6 +535,11 @@ This does not change the name of the visited file (if any).") } current_buffer->name = name; + + /* Catch redisplay's attention. Unless we do this, the mode lines for + any windows displaying current_buffer will stay unchanged. */ + update_mode_lines++; + XSET (buf, Lisp_Buffer, current_buffer); Fsetcar (Frassq (buf, Vbuffer_alist), name); if (NILP (current_buffer->filename) && !NILP (current_buffer->auto_save_file_name)) -- cgit v1.2.3