From 86175613eacc61c217599d94503a3bcd0354f183 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 28 Sep 1996 03:17:21 +0000 Subject: [PATCH] Add `provide' call. --- lisp/progmodes/perl-mode.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/progmodes/perl-mode.el b/lisp/progmodes/perl-mode.el index 42353d559ab..e800b86058a 100644 --- a/lisp/progmodes/perl-mode.el +++ b/lisp/progmodes/perl-mode.el @@ -723,4 +723,7 @@ With argument, repeat that many times; negative args move backward." (perl-beginning-of-function) (backward-paragraph)) -;;;;;;;; That's all, folks! ;;;;;;;;; +(provide 'perl-mode) + +;;; perl-mode.el ends here + -- 2.39.5