]> git.eshelyaron.com Git - emacs.git/commitdiff
(sh-mode): Use skeleton-filter-function.
authorRoland Winkler <Roland.Winkler@physik.uni-erlangen.de>
Sun, 21 May 2006 23:10:13 +0000 (23:10 +0000)
committerRoland Winkler <Roland.Winkler@physik.uni-erlangen.de>
Sun, 21 May 2006 23:10:13 +0000 (23:10 +0000)
lisp/progmodes/sh-script.el

index bb8659ed662eeaca6a752a5cb5ede0cc119aadb2..93a30162d91a5cd629a31cbc2ad17b70ccf16f8f 100644 (file)
@@ -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)