diff options
author | Glenn Morris <rgm@gnu.org> | 2008-12-19 05:24:35 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-12-19 05:24:35 +0000 |
commit | 62507a6a81f7113e6484346371bbcf45910f4d5d (patch) | |
tree | d51dce1ba8f2969298fabe36a0f0b7b9164c43c4 | |
parent | fa61190c11810d9a9cdc40553612432fa5251790 (diff) | |
download | emacs-62507a6a81f7113e6484346371bbcf45910f4d5d.tar.gz |
Header format fix.
-rw-r--r-- | lisp/progmodes/simula.el | 9 | ||||
-rw-r--r-- | lisp/term/tvi970.el | 3 |
2 files changed, 7 insertions, 5 deletions
diff --git a/lisp/progmodes/simula.el b/lisp/progmodes/simula.el index 56924a00f06..b3f752cf36d 100644 --- a/lisp/progmodes/simula.el +++ b/lisp/progmodes/simula.el @@ -1,10 +1,11 @@ ;;; simula.el --- SIMULA 87 code editing commands for Emacs -;; Copyright (C) 1992, 1994, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 -;; Free Software Foundation, Inc. +;; Copyright (C) 1992, 1994, 1996, 2001, 2002, 2003, 2004, 2005, 2006, +;; 2007, 2008 Free Software Foundation, Inc. -;; Author: Hans Henrik Eriksen <hhe@ifi.uio.no> (invalid email address, checked April 2008) -;; Maintainer: simula-mode@ifi.uio.no (invalid email address, checked April 2008) +;; Author: Hans Henrik Eriksen <hhe@ifi.uio.no> +;; Maintainer: simula-mode@ifi.uio.no +;; (above email addresses invalid as of April 2008) ;; Adapted-By: ESR ;; Keywords: languages diff --git a/lisp/term/tvi970.el b/lisp/term/tvi970.el index 24ce1ecc3e0..6146a73be81 100644 --- a/lisp/term/tvi970.el +++ b/lisp/term/tvi970.el @@ -3,8 +3,9 @@ ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, ;; 2006, 2007, 2008 Free Software Foundation, Inc. -;; Author: Jim Blandy <jimb@occs.cs.oberlin.edu>, January 1992 +;; Author: Jim Blandy <jimb@occs.cs.oberlin.edu> ;; Keywords: terminals +;; Created: January 1992 ;; This file is part of GNU Emacs. |