Show
Ignore:
Timestamp:
05/27/06 10:35:24 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/progmodes/sh-script.el

    r4073 r4091  
    13911391  (make-local-variable 'sh-shell) 
    13921392  (make-local-variable 'skeleton-pair-alist) 
    1393   (make-local-variable 'skeleton-pair-filter
     1393  (make-local-variable 'skeleton-pair-filter-function
    13941394  (make-local-variable 'comint-dynamic-complete-functions) 
    13951395  (make-local-variable 'comint-prompt-regexp) 
    13961396  (make-local-variable 'font-lock-defaults) 
    1397   (make-local-variable 'skeleton-filter
     1397  (make-local-variable 'skeleton-filter-function
    13981398  (make-local-variable 'skeleton-newline-indent-rigidly) 
    13991399  (make-local-variable 'sh-shell-variables) 
     
    14231423           . sh-font-lock-syntactic-face-function)) 
    14241424        skeleton-pair-alist '((?` _ ?`)) 
    1425         skeleton-pair-filter 'sh-quoted-p 
     1425        skeleton-pair-filter-function 'sh-quoted-p 
    14261426        skeleton-further-elements '((< '(- (min sh-indentation 
    14271427                                                (current-column))))) 
    1428         skeleton-filter 'sh-feature 
     1428        skeleton-filter-function 'sh-feature 
    14291429        skeleton-newline-indent-rigidly t 
    14301430        sh-indent-supported-here nil)