aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorGlenn Morris2011-05-23 20:38:35 -0700
committerGlenn Morris2011-05-23 20:38:35 -0700
commitf86307039d8a02d5c76a222b9e7440b2f5066f36 (patch)
tree883905a46d4467ead52f51ab30e68e5e740e63f8 /lisp/progmodes/python.el
parent8831bbeda487f210e06b6b10147b68d94474ef67 (diff)
downloademacs-f86307039d8a02d5c76a222b9e7440b2f5066f36.tar.gz
emacs-f86307039d8a02d5c76a222b9e7440b2f5066f36.zip
* lisp/progmodes/python.el (brm-menu): Declare.
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index e35fc89618a..b99cad1d081 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -2361,6 +2361,7 @@ Interactively, prompt for the name with completion."
2361 2361
2362(autoload 'pymacs-load "pymacs" nil t) 2362(autoload 'pymacs-load "pymacs" nil t)
2363(autoload 'brm-init "bikemacs") 2363(autoload 'brm-init "bikemacs")
2364(defvar brm-menu)
2364 2365
2365;; I'm not sure how useful BRM really is, and it's certainly dangerous 2366;; I'm not sure how useful BRM really is, and it's certainly dangerous
2366;; the way it modifies files outside Emacs... Also note that the 2367;; the way it modifies files outside Emacs... Also note that the