comparison lisp/x-apollo.el @ 18383:11218164bc54

Add provide call.
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 Jun 1997 18:57:55 +0000
parents 83f275dcd93a
children 67b464da13ec
comparison
equal deleted inserted replaced
18382:0e4943a370e2 18383:11218164bc54
86 (global-set-key [S-next] 'delete-window) ;Shift NEXT WNDW 86 (global-set-key [S-next] 'delete-window) ;Shift NEXT WNDW
87 (global-set-key [read] 'find-file-read-only) ;READ 87 (global-set-key [read] 'find-file-read-only) ;READ
88 (global-set-key [edit] 'find-file) ;EDIT 88 (global-set-key [edit] 'find-file) ;EDIT
89 (global-set-key [S-shell] 'shell) ;SHELL 89 (global-set-key [S-shell] 'shell) ;SHELL
90 (global-set-key [S-help] 'manual-entry) ;HELP 90 (global-set-key [S-help] 'manual-entry) ;HELP
91
92 (provide 'x-apollo)
93
94 ;;; x-apollo.el ends here