===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2002/10/25 20:02:39 cjep Exp $

You will need to customize your .emacs.el (or default.el) file to
autoload Python mode for Emacs. For example:

(autoload 'python-mode "python-mode" "Mode for editing Python scripts" t)

===========================================================================
