# HG changeset patch # User Roland Winkler # Date 1148253013 0 # Node ID bc576a11127e66ca87ad5e89d41e41ed412f1ca2 # Parent 723a5a0b39d0abd0eb024658534fb3de1951a7e1 (sh-mode): Use skeleton-filter-function. diff -r 723a5a0b39d0 -r bc576a11127e lisp/progmodes/sh-script.el --- a/lisp/progmodes/sh-script.el Sun May 21 22:56:44 2006 +0000 +++ b/lisp/progmodes/sh-script.el Sun May 21 23:10:13 2006 +0000 @@ -1394,7 +1394,7 @@ (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 @@ 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)