aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/holes.el
diff options
context:
space:
mode:
Diffstat (limited to 'lib/holes.el')
-rw-r--r--lib/holes.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/holes.el b/lib/holes.el
index c0a864b0..38a90cfb 100644
--- a/lib/holes.el
+++ b/lib/holes.el
@@ -599,10 +599,9 @@ created. Return the number of holes created."
"Default hook after a skeleton insertion: put holes at each interesting position."
;; Not all versions of skeleton provide `skeleton-positions' and the
;; corresponding @ operation :-(
- (unless (boundp 'mmm-inside-insert-by-key) ; pc: this hack is ok for me
- (when (boundp 'skeleton-positions)
- (dolist (pos skeleton-positions) ;; put holes here
- (holes-set-make-active-hole pos pos)))))
+ (when (boundp 'skeleton-positions)
+ (dolist (pos skeleton-positions) ;; put holes here
+ (holes-set-make-active-hole pos pos))))
(defconst holes-jump-doc
(concat "Hit \\[holes-set-point-next-hole-destroy] to jump "