]> git.eshelyaron.com Git - emacs.git/commitdiff
(quail-update-guidance): Balance parens.
authorMiles Bader <miles@gnu.org>
Sat, 21 Oct 2000 08:07:01 +0000 (08:07 +0000)
committerMiles Bader <miles@gnu.org>
Sat, 21 Oct 2000 08:07:01 +0000 (08:07 +0000)
lisp/international/quail.el

index 40357e5cbf9589a9f8048f00db3478dfeb014e21..69028b7113ec7391a01e2ad938c081cb86b219fd 100644 (file)
@@ -1972,15 +1972,15 @@ or in a newly created frame (if the selected frame has no other windows)."
                   (set-buffer quail-guidance-buf)
                   (erase-buffer)
                   (insert key)))))
-         ;; Make sure the height of the guidance window is OK --
-         ;; sometimes, if the minibuffer window expands due to user
-         ;; input (for instance if the newly inserted character is in a
-         ;; different font), it will cause the guidance window to be
-         ;; only partially visible.  We force a redisplay first because
-         ;; this automatic expansion doesn't happen until then, and we
-         ;; want to see the window sizes after the expansion.
-         (sit-for 0)
-         (fit-window-to-buffer quail-guidance-win nil 1))))
+       ;; Make sure the height of the guidance window is OK --
+       ;; sometimes, if the minibuffer window expands due to user
+       ;; input (for instance if the newly inserted character is in a
+       ;; different font), it will cause the guidance window to be
+       ;; only partially visible.  We force a redisplay first because
+       ;; this automatic expansion doesn't happen until then, and we
+       ;; want to see the window sizes after the expansion.
+       (sit-for 0)
+       (fit-window-to-buffer quail-guidance-win nil 1)))
 
   ;; Update completion buffer if displayed now.  We highlight the
   ;; selected candidate string in *Completion* buffer if any.