aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/x-apollo.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-06-22 18:57:55 +0000
committerRichard M. Stallman <[email protected]>1997-06-22 18:57:55 +0000
commit896546cd9ba8e82956662329b77becb0366a1e73 (patch)
treefb9f48d5363d164ad5c72a182dbe1e5a78322c6c /lisp/x-apollo.el
parent43c89a968ed6f1972a6ff075846622ade5bc7cf9 (diff)
Add provide call.
Diffstat (limited to 'lisp/x-apollo.el')
-rw-r--r--lisp/x-apollo.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/x-apollo.el b/lisp/x-apollo.el
index e86b7f2eee..c2cb69d46d 100644
--- a/lisp/x-apollo.el
+++ b/lisp/x-apollo.el
@@ -88,3 +88,7 @@
(global-set-key [edit] 'find-file) ;EDIT
(global-set-key [S-shell] 'shell) ;SHELL
(global-set-key [S-help] 'manual-entry) ;HELP
+
+(provide 'x-apollo)
+
+;;; x-apollo.el ends here