From: Richard M. Stallman Date: Sat, 28 Sep 1996 03:17:21 +0000 (+0000) Subject: Add `provide' call. X-Git-Tag: emacs-20.1~3586 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=86175613eacc61c217599d94503a3bcd0354f183;p=emacs.git Add `provide' call. --- 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 +