changeset 95979:ab77bad0093c

Fix last change.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 15 Jun 2008 20:20:42 +0000
parents d14b51454568
children d23d08a7e312
files lisp/mouse.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mouse.el	Sun Jun 15 20:11:11 2008 +0000
+++ b/lisp/mouse.el	Sun Jun 15 20:20:42 2008 +0000
@@ -2534,7 +2534,8 @@
 		      (font-face-attributes 
 		       (if (eq choice 'x-select-font)
 			   (x-select-font)
-			 (symbol-name choice))))))))))
+			 (symbol-name choice))))
+	       (force-window-update (current-buffer))))))))
 
 
 ;;; Bindings for mouse commands.