X-Git-Url: https://git.distorted.org.uk/~mdw/skel/blobdiff_plain/c2c6fe5262ed8bd57de958908ef6c8148aaef4d6..da3134ee428238075d12295d6f184694e9cca36c:/skel.el.in diff --git a/skel.el.in b/skel.el.in index 8b6e965..b56afe0 100644 --- a/skel.el.in +++ b/skel.el.in @@ -1,7 +1,5 @@ ;;; -*-emacs-lisp-*- ;;; -;;; $Id: skel.el.in,v 1.5 2004/04/08 01:36:28 mdw Exp $ -;;; ;;; Filling in skeletons ;;; ;;; (c) 1998 Mark Wooding @@ -200,7 +198,7 @@ (funcall switch (find-file-noselect name)) (kill-region (point-min) (point-max)) - (insert-file skel) + (insert-file-contents skel) ;; --- Mangle the skeleton data in the file ---