From f86307039d8a02d5c76a222b9e7440b2f5066f36 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 23 May 2011 20:38:35 -0700 Subject: [PATCH] * lisp/progmodes/python.el (brm-menu): Declare. --- lisp/ChangeLog | 2 ++ lisp/progmodes/python.el | 1 + 2 files changed, 3 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3c8e1dcd8e6..cdc2d65ebda 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 e35fc89618a..b99cad1d081 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 -- 2.39.2