From 62fda6d68a3983e8643a026469db8c5424de5c08 Mon Sep 17 00:00:00 2001 From: Roland Winkler Date: Sun, 21 May 2006 23:10:13 +0000 Subject: [PATCH] (sh-mode): Use skeleton-filter-function. --- lisp/progmodes/sh-script.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index bb8659ed662..93a30162d91 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -1394,7 +1394,7 @@ with your script for an edit-interpret-debug cycle." (make-local-variable 'comint-dynamic-complete-functions) (make-local-variable 'comint-prompt-regexp) (make-local-variable 'font-lock-defaults) - (make-local-variable 'skeleton-filter) + (make-local-variable 'skeleton-filter-function) (make-local-variable 'skeleton-newline-indent-rigidly) (make-local-variable 'sh-shell-variables) (make-local-variable 'sh-shell-variables-initialized) @@ -1425,7 +1425,7 @@ with your script for an edit-interpret-debug cycle." skeleton-pair-filter 'sh-quoted-p skeleton-further-elements '((< '(- (min sh-indentation (current-column))))) - skeleton-filter 'sh-feature + skeleton-filter-function 'sh-feature skeleton-newline-indent-rigidly t sh-indent-supported-here nil) (set (make-local-variable 'parse-sexp-ignore-comments) t) -- 2.11.4.GIT