# HG changeset patch # User Roland Winkler # Date 1148253201 0 # Node ID b9fa14b504d3c9367e863adaa817d78711a9e3a7 # Parent bc576a11127e66ca87ad5e89d41e41ed412f1ca2 (sh-mode): Use skeleton-pair-filter-function. diff -r bc576a11127e -r b9fa14b504d3 lisp/progmodes/sh-script.el --- a/lisp/progmodes/sh-script.el Sun May 21 23:10:13 2006 +0000 +++ b/lisp/progmodes/sh-script.el Sun May 21 23:13:21 2006 +0000 @@ -1390,7 +1390,7 @@ (make-local-variable 'sh-shell-file) (make-local-variable 'sh-shell) (make-local-variable 'skeleton-pair-alist) - (make-local-variable 'skeleton-pair-filter) + (make-local-variable 'skeleton-pair-filter-function) (make-local-variable 'comint-dynamic-complete-functions) (make-local-variable 'comint-prompt-regexp) (make-local-variable 'font-lock-defaults) @@ -1422,7 +1422,7 @@ (font-lock-syntactic-face-function . sh-font-lock-syntactic-face-function)) skeleton-pair-alist '((?` _ ?`)) - skeleton-pair-filter 'sh-quoted-p + skeleton-pair-filter-function 'sh-quoted-p skeleton-further-elements '((< '(- (min sh-indentation (current-column))))) skeleton-filter-function 'sh-feature