diff options
Diffstat (limited to 'lisp/progmodes/scheme.el')
-rw-r--r-- | lisp/progmodes/scheme.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/progmodes/scheme.el b/lisp/progmodes/scheme.el index b683160100d..bd23a74d9fe 100644 --- a/lisp/progmodes/scheme.el +++ b/lisp/progmodes/scheme.el @@ -1,13 +1,12 @@ ;;; scheme.el --- Scheme mode, and its idiosyncratic commands. +;; Copyright (C) 1986, 1987, 1988 Free Software Foundation, Inc. + ;; Author: Bill Rozas <jinz@prep.ai.mit.edu> -;; Last-Modified: 16 Mar 1992 ;; Keywords: languages, lisp ;;; $Header: scheme.el,v 1.7 88/07/15 20:20:00 GMT cph Exp $ -;; Copyright (C) 1986, 1987, 1988 Free Software Foundation, Inc. - ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify |