diff options
author | Jim Blandy <jimb@redhat.com> | 1992-03-16 20:39:07 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-03-16 20:39:07 +0000 |
commit | e8151d91bd02af2b60974c2a439450c81bd24974 (patch) | |
tree | 52141382c5b7e71a4fe612c0dfaff741778262b9 /lisp/=superyank.el | |
parent | 18806e8f99c254f8f7980ce593dc1532d8ff3373 (diff) | |
download | emacs-e8151d91bd02af2b60974c2a439450c81bd24974.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/=superyank.el')
-rw-r--r-- | lisp/=superyank.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/=superyank.el b/lisp/=superyank.el index 4d16e6b5e5b..6319f9078d6 100644 --- a/lisp/=superyank.el +++ b/lisp/=superyank.el @@ -88,8 +88,6 @@ ;; require and provide features ;; (require 'sendmail) -(provide 'superyank) - ;; ;; ====================================================================== ;; @@ -1210,3 +1208,5 @@ inserts that many newlines." (forward-line 1) (setq arg (- arg 1)))))) +(provide 'superyank) + |