diff options
| author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-15 23:29:10 +0000 |
|---|---|---|
| committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-15 23:29:10 +0000 |
| commit | 4821e2af02e05e24dd06989e389e8ed6d5b2e934 (patch) | |
| tree | 3d04612a47f67299071496c2e01ca8570af584a8 /lisp/progmodes/perl-mode.el | |
| parent | 4f4b8effc3d583cdddb29213b89bd34756c9fecd (diff) | |
| download | emacs-4821e2af02e05e24dd06989e389e8ed6d5b2e934.tar.gz | |
*** empty log message ***
Diffstat (limited to 'lisp/progmodes/perl-mode.el')
| -rw-r--r-- | lisp/progmodes/perl-mode.el | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/lisp/progmodes/perl-mode.el b/lisp/progmodes/perl-mode.el index cb6195dec3b..250a5622bab 100644 --- a/lisp/progmodes/perl-mode.el +++ b/lisp/progmodes/perl-mode.el @@ -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.") |
