comparison lisp/progmodes/simula.el @ 100545:a6f735b1f36f

Header format fix.
author Glenn Morris <rgm@gnu.org>
date Fri, 19 Dec 2008 05:24:35 +0000
parents 52b7a8c22af5
children a9dc0e7c3f2b
comparison
equal deleted inserted replaced
100544:6b79b76d5e30 100545:a6f735b1f36f
1 ;;; simula.el --- SIMULA 87 code editing commands for Emacs 1 ;;; simula.el --- SIMULA 87 code editing commands for Emacs
2 2
3 ;; Copyright (C) 1992, 1994, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 3 ;; Copyright (C) 1992, 1994, 1996, 2001, 2002, 2003, 2004, 2005, 2006,
4 ;; Free Software Foundation, Inc. 4 ;; 2007, 2008 Free Software Foundation, Inc.
5 5
6 ;; Author: Hans Henrik Eriksen <hhe@ifi.uio.no> (invalid email address, checked April 2008) 6 ;; Author: Hans Henrik Eriksen <hhe@ifi.uio.no>
7 ;; Maintainer: simula-mode@ifi.uio.no (invalid email address, checked April 2008) 7 ;; Maintainer: simula-mode@ifi.uio.no
8 ;; (above email addresses invalid as of April 2008)
8 ;; Adapted-By: ESR 9 ;; Adapted-By: ESR
9 ;; Keywords: languages 10 ;; Keywords: languages
10 11
11 ;; This file is part of GNU Emacs. 12 ;; This file is part of GNU Emacs.
12 13