Mercurial > hg > xemacs-beta
comparison lisp/modes/ksh-mode.el @ 16:0293115a14e9 r19-15b91
Import from CVS: tag r19-15b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:49:20 +0200 |
parents | ac2d302a0011 |
children | ec9a17fef872 |
comparison
equal
deleted
inserted
replaced
15:ad457d5f7d04 | 16:0293115a14e9 |
---|---|
13 ;; WITHOUT ANY WARRANTY; without even the implied warranty of | 13 ;; WITHOUT ANY WARRANTY; without even the implied warranty of |
14 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 14 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
15 ;; General Public License for more details. | 15 ;; General Public License for more details. |
16 | 16 |
17 ;; You should have received a copy of the GNU General Public License | 17 ;; You should have received a copy of the GNU General Public License |
18 ;; along with XEmacs; see the file COPYING. If not, write to the Free | 18 ;; along with XEmacs; see the file COPYING. If not, write to the |
19 ;; Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 19 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
20 ;; Boston, MA 02111-1307, USA. | |
20 | 21 |
21 ;; $Source: /afs/informatik.uni-tuebingen.de/local/web/xemacs/xemacs-cvs/XEmacs/xemacs-19/lisp/modes/ksh-mode.el,v $ -- | 22 ;; $Source: /afs/informatik.uni-tuebingen.de/local/web/xemacs/xemacs-cvs/XEmacs/xemacs-19/lisp/modes/ksh-mode.el,v $ -- |
22 ;; | 23 ;; |
23 ;; LCD Archive Entry: | 24 ;; LCD Archive Entry: |
24 ;; ksh-mode|Gary F. Ellison|Gary.F.Ellison@ATT.COM | 25 ;; ksh-mode|Gary F. Ellison|Gary.F.Ellison@ATT.COM |
25 ;; |Mode for editing sh/ksh/bash scripts | 26 ;; |Mode for editing sh/ksh/bash scripts |
26 ;; |$Date: 1996/12/18 03:44:42 $|$Revision: 1.1.1.2 $|~/modes/ksh-mode.el.Z| | 27 ;; |$Date: 1997/02/02 05:05:40 $|$Revision: 1.2 $|~/modes/ksh-mode.el.Z| |
27 | 28 |
28 ;; Author: Gary F. Ellison <Gary.F.Ellison@ATT.COM> | 29 ;; Author: Gary F. Ellison <Gary.F.Ellison@ATT.COM> |
29 ;; AT&T Laboratories | 30 ;; AT&T Laboratories |
30 ;; 6200 East Broad Street | 31 ;; 6200 East Broad Street |
31 ;; Columbus, Ohio 43213 USA | 32 ;; Columbus, Ohio 43213 USA |
32 ;; | 33 ;; |
33 ;; Maintainer: Gary F. Ellison <Gary.F.Ellison@ATT.COM> | 34 ;; Maintainer: Gary F. Ellison <Gary.F.Ellison@ATT.COM> |
34 ;; Created: Fri Jun 19 | 35 ;; Created: Fri Jun 19 |
35 ;; $Revision: 1.1.1.2 $ | 36 ;; $Revision: 1.2 $ |
36 ;; Keywords: shell, korn, bourne, sh, ksh, bash | 37 ;; Keywords: shell, korn, bourne, sh, ksh, bash |
37 ;; | 38 ;; |
38 ;; Delta On $Date: 1996/12/18 03:44:42 $ | 39 ;; Delta On $Date: 1997/02/02 05:05:40 $ |
39 ;; Last Modified By: Gary Ellison | 40 ;; Last Modified By: Gary Ellison |
40 ;; Last Modified On: Mon Sep 11 12:26:47 1995 | 41 ;; Last Modified On: Mon Sep 11 12:26:47 1995 |
41 ;; Update Count : 35 | 42 ;; Update Count : 35 |
42 ;; Status : Highly Functional | 43 ;; Status : Highly Functional |
43 ;; | 44 ;; |
228 ;; 19-Jun-1992 Gary Ellison | 229 ;; 19-Jun-1992 Gary Ellison |
229 ;; Last Modified: Fri Jun 19 10:03:07 1992 #1 (Gary Ellison) | 230 ;; Last Modified: Fri Jun 19 10:03:07 1992 #1 (Gary Ellison) |
230 ;; Conception of this mode. | 231 ;; Conception of this mode. |
231 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 232 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
232 | 233 |
233 (defconst ksh-mode-version "$Revision: 1.1.1.2 $" | 234 (defconst ksh-mode-version "$Revision: 1.2 $" |
234 "*Version numbers of this version of ksh-mode") | 235 "*Version numbers of this version of ksh-mode") |
235 | 236 |
236 ;; | 237 ;; |
237 ;; Variables controlling indentation style | 238 ;; Variables controlling indentation style |
238 ;; | 239 ;; |
465 ) | 466 ) |
466 | 467 |
467 | 468 |
468 ;;;###autoload | 469 ;;;###autoload |
469 (defun ksh-mode () | 470 (defun ksh-mode () |
470 "ksh-mode $Revision: 1.1.1.2 $ - Major mode for editing (Bourne, Korn or Bourne again) | 471 "ksh-mode $Revision: 1.2 $ - Major mode for editing (Bourne, Korn or Bourne again) |
471 shell scripts. | 472 shell scripts. |
472 Special key bindings and commands: | 473 Special key bindings and commands: |
473 \\{ksh-mode-map} | 474 \\{ksh-mode-map} |
474 Variables controlling indentation style: | 475 Variables controlling indentation style: |
475 ksh-indent | 476 ksh-indent |