From: Chong Yidong Date: Sun, 15 Jun 2008 20:20:42 +0000 (+0000) Subject: Fix last change. X-Git-Tag: emacs-pretest-23.0.90~4749 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a6566359f91e0eb863e0275b10ce60d45c6e47b;p=emacs.git Fix last change. --- diff --git a/lisp/mouse.el b/lisp/mouse.el index 7e6a9a13f93..ce003e4ec7f 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -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)))))))) ;;; Bindings for mouse commands.