Mercurial > hg > xemacs-beta
comparison lisp/modes/sh-script.el @ 104:cf808b4c4290 r20-1b4
Import from CVS: tag r20-1b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:16:51 +0200 |
parents | 4be1180a9e89 |
children | cca96a509cfe |
comparison
equal
deleted
inserted
replaced
103:30eda07fe280 | 104:cf808b4c4290 |
---|---|
380 | 380 |
381 (defvar sh-here-document-word "EOF" | 381 (defvar sh-here-document-word "EOF" |
382 "Word to delimit here documents.") | 382 "Word to delimit here documents.") |
383 | 383 |
384 (defvar sh-test | 384 (defvar sh-test |
385 '((sh "[ ]" . 3) | 385 '((sh "[ ]" . 2) |
386 (ksh88 "[[ ]]" . 4)) | 386 (ksh88 "[[ ]]" . 3)) |
387 "Initial input in Bourne if, while and until skeletons. See `sh-feature'.") | 387 "Initial input in Bourne if, while and until skeletons. See `sh-feature'.") |
388 | 388 |
389 | 389 |
390 (defvar sh-builtins | 390 (defvar sh-builtins |
391 '((bash eval sh-append posix | 391 '((bash eval sh-append posix |