Mercurial > emacs
comparison lisp/progmodes/octave-mod.el @ 65151:7ab3eb3e09b8
Change Author and Maintainer address.
(octave-maintainer-address): Change Kurt's email address.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 26 Aug 2005 13:41:26 +0000 |
parents | 629afbe74e61 |
children | 13abee3a9bc6 a3716f7538f2 |
comparison
equal
deleted
inserted
replaced
65150:6d566cf5ad51 | 65151:7ab3eb3e09b8 |
---|---|
1 ;;; octave-mod.el --- editing Octave source files under Emacs | 1 ;;; octave-mod.el --- editing Octave source files under Emacs |
2 | 2 |
3 ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005 | 3 ;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005 |
4 ;; Free Software Foundation, Inc. | 4 ;; Free Software Foundation, Inc. |
5 | 5 |
6 ;; Author: Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | 6 ;; Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> |
7 ;; Author: John Eaton <jwe@bevo.che.wisc.edu> | 7 ;; Author: John Eaton <jwe@bevo.che.wisc.edu> |
8 ;; Maintainer: Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | 8 ;; Maintainer: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> |
9 ;; Keywords: languages | 9 ;; Keywords: languages |
10 | 10 |
11 ;; This file is part of GNU Emacs. | 11 ;; This file is part of GNU Emacs. |
12 | 12 |
13 ;; GNU Emacs is free software; you can redistribute it and/or modify | 13 ;; GNU Emacs is free software; you can redistribute it and/or modify |
50 (defvar inferior-octave-output-list nil) | 50 (defvar inferior-octave-output-list nil) |
51 (defvar inferior-octave-output-string nil) | 51 (defvar inferior-octave-output-string nil) |
52 (defvar inferior-octave-receive-in-progress nil) | 52 (defvar inferior-octave-receive-in-progress nil) |
53 | 53 |
54 (defconst octave-maintainer-address | 54 (defconst octave-maintainer-address |
55 "Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>, bug-gnu-emacs@gnu.org" | 55 "Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>, bug-gnu-emacs@gnu.org" |
56 "Current maintainer of the Emacs Octave package.") | 56 "Current maintainer of the Emacs Octave package.") |
57 | 57 |
58 (defvar octave-abbrev-table nil | 58 (defvar octave-abbrev-table nil |
59 "Abbrev table for Octave's reserved words. | 59 "Abbrev table for Octave's reserved words. |
60 Used in `octave-mode' and inferior-octave-mode buffers. | 60 Used in `octave-mode' and inferior-octave-mode buffers. |