diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/progmodes/cperl-mode.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el index 433aa434a58..a6d94b58179 100644 --- a/lisp/progmodes/cperl-mode.el +++ b/lisp/progmodes/cperl-mode.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1985-2022 Free Software Foundation, Inc. -;; Author: Ilya Zakharevich +;; Author: Ilya Zakharevich <ilyaz@cpan.org> ;; Bob Olson ;; Jonathan Rockway <jon@jrock.us> ;; Maintainer: emacs-devel@gnu.org @@ -24,8 +24,6 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. -;; Corrections made by Ilya Zakharevich ilyaz@cpan.org - ;;; Commentary: ;; You can either fine-tune the bells and whistles of this mode or |