From: Glenn Morris Date: Tue, 24 May 2011 03:38:35 +0000 (-0700) Subject: * lisp/progmodes/python.el (brm-menu): Declare. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~191 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/f86307039d8a02d5c76a222b9e7440b2f5066f36 * lisp/progmodes/python.el (brm-menu): Declare. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3c8e1dcd8e..cdc2d65ebd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2011-05-24 Glenn Morris + * progmodes/python.el (brm-menu): Declare. + * emulation/viper.el (viper-set-hooks): Declare. * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling. diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index e35fc89618..b99cad1d08 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -2361,6 +2361,7 @@ Interactively, prompt for the name with completion." (autoload 'pymacs-load "pymacs" nil t) (autoload 'brm-init "bikemacs") +(defvar brm-menu) ;; I'm not sure how useful BRM really is, and it's certainly dangerous ;; the way it modifies files outside Emacs... Also note that the