]> granicus.if.org Git - python/commitdiff
(py-menu): Create default value
authorBarry Warsaw <barry@python.org>
Tue, 6 Aug 1996 15:43:33 +0000 (15:43 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 6 Aug 1996 15:43:33 +0000 (15:43 +0000)
Misc/python-mode.el

index feaf7afddbcffb21c076275cb2d5cad047872a95..c0da4139230d4f70d9be2ab6b82e469db6fc8e66 100644 (file)
@@ -393,6 +393,13 @@ Currently-active file is at the head of the list.")
 \f
 ;; 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))