diff options
| author | Richard M. Stallman | 1996-09-28 03:17:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-09-28 03:17:21 +0000 |
| commit | 86175613eacc61c217599d94503a3bcd0354f183 (patch) | |
| tree | ce36c8ec037ee446b27123a76aeedbe7109eb628 /lisp | |
| parent | 6aa4b3ee288b4d12aef9ec1914ae9e6aa343b281 (diff) | |
| download | emacs-86175613eacc61c217599d94503a3bcd0354f183.tar.gz emacs-86175613eacc61c217599d94503a3bcd0354f183.zip | |
Add `provide' call.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/progmodes/perl-mode.el | 5 |
1 files changed, 4 insertions, 1 deletions
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." | |||
| 723 | (perl-beginning-of-function) | 723 | (perl-beginning-of-function) |
| 724 | (backward-paragraph)) | 724 | (backward-paragraph)) |
| 725 | 725 | ||
| 726 | ;;;;;;;; That's all, folks! ;;;;;;;;; | 726 | (provide 'perl-mode) |
| 727 | |||
| 728 | ;;; perl-mode.el ends here | ||
| 729 | |||