diff lisp/progmodes/perl-mode.el @ 789:71d052f72ac1

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Wed, 15 Jul 1992 23:29:10 +0000
parents fb215f87f4a9
children 45d748a65f24
line wrap: on
line diff
--- a/lisp/progmodes/perl-mode.el	Wed Jul 15 22:39:32 1992 +0000
+++ b/lisp/progmodes/perl-mode.el	Wed Jul 15 23:29:10 1992 +0000
@@ -1,4 +1,10 @@
-;; Perl code editing commands for GNU Emacs
+;;; perl-mode.el --- Perl code editing commands for GNU Emacs
+
+;; Author: William F. Mann
+;; Maintainer: FSF
+;; Last-Modified: 21 Dec 1991
+;; Adapted-By: ESR
+
 ;;   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.
@@ -21,6 +27,8 @@
 ;; file named COPYING.  Among other things, the copyright notice
 ;; and this notice must be preserved on all copies.
 
+;;; Commentary:
+
 ;; To enter perl-mode automatically, add (autoload 'perl-mode "perl-mode")
 ;; to your .emacs file and change the first line of your perl script to:
 ;; #!/usr/bin/perl --	 # -*-Perl-*-
@@ -89,6 +97,7 @@
 ;;         [$DB'line#'
 ;;          ] =~ s/;9$//;
 
+;;; Code:
 
 (defvar perl-mode-abbrev-table nil
   "Abbrev table in use in perl-mode buffers.")