aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <courtieu@lri.fr>2012-09-19 13:34:47 +0000
committerGravatar Pierre Courtieu <courtieu@lri.fr>2012-09-19 13:34:47 +0000
commitfbdaaf5f2b32d1102042d61b6afcfd2ec70083e8 (patch)
treee517435dd215bfafaf3a7ef33806a82bb579e7c6 /lib
parent54338dfa87776800a2a159de7ba2550be54664c7 (diff)
Small fix in holes code.
Diffstat (limited to 'lib')
-rw-r--r--lib/holes.el5
1 files changed, 3 insertions, 2 deletions
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