diff options
Diffstat (limited to 'lisp/progmodes/perl-mode.el')
-rw-r--r-- | lisp/progmodes/perl-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/perl-mode.el b/lisp/progmodes/perl-mode.el index f09ab3ed199..13f83834ee8 100644 --- a/lisp/progmodes/perl-mode.el +++ b/lisp/progmodes/perl-mode.el @@ -1,12 +1,12 @@ ;;; perl-mode.el --- Perl code editing commands for GNU Emacs +;; Copyright (C) 1990 William F. Mann + ;; Author: William F. Mann ;; Maintainer: FSF -;; Last-Modified: 21 Dec 1991 ;; Adapted-By: ESR ;; Keywords: languages -;; Copyright (C) 1990 William F. Mann ;; Adapted from C code editing commands 'c-mode.el', Copyright 1987 by the ;; Free Software Foundation, under terms of its General Public License. |