comparison emacs/octave.el @ 1629:d01f27049f54

[project @ 1995-11-14 15:30:51 by jwe]
author jwe
date Tue, 14 Nov 1995 15:30:51 +0000
parents 40fe8e7c4ee9
children edfc235ced97
comparison
equal deleted inserted replaced
1628:40fe8e7c4ee9 1629:d01f27049f54
1 ;; octave-mode.el --- Octave mode for GNU Emacs 1 ;; octave-mode.el --- Octave mode for GNU Emacs
2 2
3 ;;; Copyright (c) 1986, 1993, 1994, 1995 Free Software Foundation, Inc. 3 ;;; Copyright (c) 1986, 1993, 1994, 1995 Free Software Foundation, Inc.
4 4
5 ;; Author: John W. Eaton <jwe@bevo.che.wisc.edu> 5 ;; Author: John Eaton <jwe@bevo.che.wisc.edu>
6 ;; Author: Kurt Hornik <hornik@ci.tuwien.ac.at>
6 ;; Maintainer: bug-octave@bevo.che.wisc.edu 7 ;; Maintainer: bug-octave@bevo.che.wisc.edu
7 ;; Version 0.0 (Sept 29 1995) 8 ;; Version 0.0 (Sept 29 1995)
8 ;; Keywords: languages 9 ;; Keywords: languages
9 10
10 ;; This file is not yet a part of GNU Emacs. It is part of Octave. 11 ;; This file is not yet a part of GNU Emacs. It is part of Octave.
29 ;; Octave mode is based on Fortran mode written by Michael D. Prange 30 ;; Octave mode is based on Fortran mode written by Michael D. Prange
30 ;; <prange@erl.mit.edu>. 31 ;; <prange@erl.mit.edu>.
31 32
32 ;;; Bugs to bug-octave@bevo.che.wisc.edu 33 ;;; Bugs to bug-octave@bevo.che.wisc.edu
33 34
34 (defconst octave-mode-version "version 0.2") 35 (defconst octave-mode-version "version 0.5")
35 36
36 ;;; Code: 37 ;;; Code:
37 38
38 (defvar octave-stmt-indent 2 39 (defvar octave-stmt-indent 2
39 "*Extra indentation applied to statements in block structures.") 40 "*Extra indentation applied to statements in block structures.")