aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/holes.el
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <courtieu@lri.fr>2008-01-03 19:46:45 +0000
committerGravatar Pierre Courtieu <courtieu@lri.fr>2008-01-03 19:46:45 +0000
commita06c46188f73f488b0ac860d30e9e9037468543b (patch)
tree68dfb7c5f298921405542d4cdc91850318c5886c /lib/holes.el
parentcd51d90608b090a030a26883035888d673b935d9 (diff)
Fixed abbrev installation. + small fixes.
Diffstat (limited to 'lib/holes.el')
-rw-r--r--lib/holes.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/holes.el b/lib/holes.el
index b00c2a73..a4db4a23 100644
--- a/lib/holes.el
+++ b/lib/holes.el
@@ -811,7 +811,7 @@ 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)
+ (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)))))