Changeset 4091 for trunk/lisp/progmodes/sh-script.el
- Timestamp:
- 05/27/06 10:35:24 (2 years ago)
- Files:
-
- trunk/lisp/progmodes/sh-script.el (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/progmodes/sh-script.el
r4073 r4091 1391 1391 (make-local-variable 'sh-shell) 1392 1392 (make-local-variable 'skeleton-pair-alist) 1393 (make-local-variable 'skeleton-pair-filter )1393 (make-local-variable 'skeleton-pair-filter-function) 1394 1394 (make-local-variable 'comint-dynamic-complete-functions) 1395 1395 (make-local-variable 'comint-prompt-regexp) 1396 1396 (make-local-variable 'font-lock-defaults) 1397 (make-local-variable 'skeleton-filter )1397 (make-local-variable 'skeleton-filter-function) 1398 1398 (make-local-variable 'skeleton-newline-indent-rigidly) 1399 1399 (make-local-variable 'sh-shell-variables) … … 1423 1423 . sh-font-lock-syntactic-face-function)) 1424 1424 skeleton-pair-alist '((?` _ ?`)) 1425 skeleton-pair-filter 'sh-quoted-p1425 skeleton-pair-filter-function 'sh-quoted-p 1426 1426 skeleton-further-elements '((< '(- (min sh-indentation 1427 1427 (current-column))))) 1428 skeleton-filter 'sh-feature1428 skeleton-filter-function 'sh-feature 1429 1429 skeleton-newline-indent-rigidly t 1430 1430 sh-indent-supported-here nil)
