From a06c46188f73f488b0ac860d30e9e9037468543b Mon Sep 17 00:00:00 2001 From: Pierre Courtieu Date: Thu, 3 Jan 2008 19:46:45 +0000 Subject: Fixed abbrev installation. + small fixes. --- lib/holes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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))))) -- cgit v1.2.3