diff lisp/mouse.el @ 95979:ab77bad0093c

Fix last change.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 15 Jun 2008 20:20:42 +0000
parents d76373886395
children 6600c6bbfa93
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.