]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last change.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 15 Jun 2008 20:20:42 +0000 (20:20 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 15 Jun 2008 20:20:42 +0000 (20:20 +0000)
lisp/mouse.el

index 7e6a9a13f937cd95d025555ecf74c6221c53c28b..ce003e4ec7f37ff06d3100fb3e31536968b2e17e 100644 (file)
@@ -2534,7 +2534,8 @@ choose a font."
                      (font-face-attributes 
                       (if (eq choice 'x-select-font)
                           (x-select-font)
-                        (symbol-name choice))))))))))
+                        (symbol-name choice))))
+              (force-window-update (current-buffer))))))))
 
 \f
 ;;; Bindings for mouse commands.