]> git.eshelyaron.com Git - emacs.git/commitdiff
Add `provide' call.
authorRichard M. Stallman <rms@gnu.org>
Sat, 28 Sep 1996 03:17:21 +0000 (03:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 28 Sep 1996 03:17:21 +0000 (03:17 +0000)
lisp/progmodes/perl-mode.el

index 42353d559ab5b443adaf8964dcab70f82836d1b5..e800b86058ac649f0d55794ee5439fadf74ec587 100644 (file)
@@ -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
+