From: Barry Warsaw Date: Tue, 6 Aug 1996 15:43:33 +0000 (+0000) Subject: (py-menu): Create default value X-Git-Tag: v1.4b2~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5490a06fc7b31cfdaa3064024593825d24f875d8;p=python (py-menu): Create default value --- diff --git a/Misc/python-mode.el b/Misc/python-mode.el index feaf7afddb..c0da413923 100644 --- a/Misc/python-mode.el +++ b/Misc/python-mode.el @@ -393,6 +393,13 @@ Currently-active file is at the head of the list.") ;; Menu definitions, only relevent if you have the easymenu.el package ;; (standard in the latest Emacs 19 and XEmacs 19 distributions). +(defvar py-menu nil + "Menu for Python Mode. + +This menu will get created automatically if you have the easymenu +package. Note that the latest XEmacs 19 and Emacs 19 versions contain +this package.") + (if (condition-case nil (require 'easymenu) (error nil))