diff options
| author | Glenn Morris | 2012-02-20 12:24:24 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-02-20 12:24:24 -0800 |
| commit | daf3dc790640efad5da00760364f3d668e464571 (patch) | |
| tree | 4759e1d2a99e224d98cc84a3695f1a200cbda9c2 /lisp/progmodes | |
| parent | c60293480dbfe1c27849b84dda435b660f922131 (diff) | |
| download | emacs-daf3dc790640efad5da00760364f3d668e464571.tar.gz emacs-daf3dc790640efad5da00760364f3d668e464571.zip | |
Small header fixes
Diffstat (limited to 'lisp/progmodes')
| -rw-r--r-- | lisp/progmodes/octave-inf.el | 4 | ||||
| -rw-r--r-- | lisp/progmodes/octave-mod.el | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lisp/progmodes/octave-inf.el b/lisp/progmodes/octave-inf.el index 40469b75b9f..2cae41889bd 100644 --- a/lisp/progmodes/octave-inf.el +++ b/lisp/progmodes/octave-inf.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; octave-inf.el --- running Octave as an inferior Emacs process | 1 | ;;; octave-inf.el --- running Octave as an inferior Emacs process |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 2001-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> | 5 | ;; Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> |
| 6 | ;; Author: John Eaton <jwe@bevo.che.wisc.edu> | 6 | ;; John Eaton <jwe@bevo.che.wisc.edu> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
| 8 | ;; Keywords: languages | 8 | ;; Keywords: languages |
| 9 | ;; Package: octave-mod | 9 | ;; Package: octave-mod |
diff --git a/lisp/progmodes/octave-mod.el b/lisp/progmodes/octave-mod.el index 668c3d147c6..7091a9468c5 100644 --- a/lisp/progmodes/octave-mod.el +++ b/lisp/progmodes/octave-mod.el | |||
| @@ -1,9 +1,9 @@ | |||
| 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-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 2001-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> | 5 | ;; Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> |
| 6 | ;; Author: John Eaton <jwe@octave.org> | 6 | ;; John Eaton <jwe@octave.org> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
| 8 | ;; Keywords: languages | 8 | ;; Keywords: languages |
| 9 | 9 | ||