From fbdaaf5f2b32d1102042d61b6afcfd2ec70083e8 Mon Sep 17 00:00:00 2001 From: Pierre Courtieu Date: Wed, 19 Sep 2012 13:34:47 +0000 Subject: Small fix in holes code. --- lib/holes.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/holes.el b/lib/holes.el index 9df00d6e..7bceeb8b 100644 --- a/lib/holes.el +++ b/lib/holes.el @@ -625,8 +625,9 @@ created. Return the number of holes created." (holes-set-point-next-hole-destroy)) ; if only one hole, go to it. (t (goto-char pos) - (message (substitute-command-keys - "\\[holes-set-point-next-hole-destroy] to jump to active hole. \\[holes-short-doc] to see holes doc.")))))) + (unless (active-minibuffer-window) ; otherwise minibuffer gets hidden + (message (substitute-command-keys + "\\[holes-set-point-next-hole-destroy] to jump to active hole. \\[holes-short-doc] to see holes doc."))))))) ;;;###autoload -- cgit v1.2.3