;;; Time-stamp: <93/05/31 09:13:51 john> (autoload 'context-load "contexts" "Load CONTEXT into emacs." t) (autoload 'context-save "contexts" "Save the current context." t) (autoload 'context-kill "contexts" "Kill the current context." t) (autoload 'context-save-and-kill "contexts" "Save the current context, and remove it." t) (autoload 'context-delete "contexts" "Delete CONTEXT." t) (autoload 'context-create "contexts" "Create a context called CONTEXT, initially containing just the current buffer." t) (autoload 'context-add-buffer "contexts" "Add the current buffer to the current context." t) ;;; end of autoloads/contexts.el