Deleted Added
full compact
csh-mode.el (59243) csh-mode.el (131962)
1;; csh-mode.el --- csh (and tcsh) script editing mode for Emacs.
2;;
3;; Version: 1.2
4;; Date: April 2, 1999
1;; csh-mode.el --- csh (and tcsh) script editing mode for Emacs.
2;;
3;; Version: 1.2
4;; Date: April 2, 1999
5;; Maintainer: Dan Harkless <dan@wave.eng.uci.edu>
5;; Maintainer: Dan Harkless <software@harkless.org>
6;;
7;; Description:
8;; csh and tcsh script editing mode for Emacs.
9;;
10;; Installation:
11;; Put csh-mode.el in some directory in your load-path and load it.
12;;
13;; Usage:
14;; This major mode assists shell script writers with indentation
15;; control and control structure construct matching in much the same
16;; fashion as other programming language modes. Invoke describe-mode
17;; for more information.
18;;
19;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
20;;
21;; Author key:
6;;
7;; Description:
8;; csh and tcsh script editing mode for Emacs.
9;;
10;; Installation:
11;; Put csh-mode.el in some directory in your load-path and load it.
12;;
13;; Usage:
14;; This major mode assists shell script writers with indentation
15;; control and control structure construct matching in much the same
16;; fashion as other programming language modes. Invoke describe-mode
17;; for more information.
18;;
19;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
20;;
21;; Author key:
22;; DH - Dan Harkless <dan@wave.eng.uci.edu>
22;; DH - Dan Harkless <software@harkless.org>
23;; CM - Carlo Migliorini <migliorini@sodalia.it>
24;; JR - Jack Repenning <jackr@sgi.com>
25;; GE - Gary Ellison <Gary.F.Ellison@att.com>
26;;
27;; *** REVISION HISTORY ***
28;;
29;; DATE MOD. BY REASON FOR MODIFICATION
30;; --------- -- --------------------------------------------------------------

--- 905 unchanged lines hidden ---
23;; CM - Carlo Migliorini <migliorini@sodalia.it>
24;; JR - Jack Repenning <jackr@sgi.com>
25;; GE - Gary Ellison <Gary.F.Ellison@att.com>
26;;
27;; *** REVISION HISTORY ***
28;;
29;; DATE MOD. BY REASON FOR MODIFICATION
30;; --------- -- --------------------------------------------------------------

--- 905 unchanged lines hidden ---