aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-04-20 08:28:38 +0000
committerRichard M. Stallman1995-04-20 08:28:38 +0000
commit873828203c80c68d57c2b7014e4f0caf8dde23ba (patch)
treed41a94e9dd128a5137756e4b567fca1eb115d1a9
parent369718f8db84c881817a6368996984e2693c3e1b (diff)
downloademacs-873828203c80c68d57c2b7014e4f0caf8dde23ba.tar.gz
emacs-873828203c80c68d57c2b7014e4f0caf8dde23ba.zip
Comment change.
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 72d69723ef7..8b8434c13ad 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -646,7 +646,7 @@ x_consider_frame_title (frame)
646#endif 646#endif
647 647
648/* Prepare for redisplay by updating menu-bar item lists when appropriate. 648/* Prepare for redisplay by updating menu-bar item lists when appropriate.
649 This can't be done in `redisplay' itself because it can call eval. */ 649 This can call eval. */
650 650
651void 651void
652prepare_menu_bars () 652prepare_menu_bars ()