emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104337: * lisp/progmodes/python.el (


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104337: * lisp/progmodes/python.el (brm-menu): Declare.
Date: Mon, 23 May 2011 20:38:35 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104337
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2011-05-23 20:38:35 -0700
message:
  * lisp/progmodes/python.el (brm-menu): Declare.
modified:
  lisp/ChangeLog
  lisp/progmodes/python.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-05-24 03:37:31 +0000
+++ b/lisp/ChangeLog    2011-05-24 03:38:35 +0000
@@ -1,5 +1,7 @@
 2011-05-24  Glenn Morris  <address@hidden>
 
+       * progmodes/python.el (brm-menu): Declare.
+
        * emulation/viper.el (viper-set-hooks): Declare.
 
        * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.

=== modified file 'lisp/progmodes/python.el'
--- a/lisp/progmodes/python.el  2011-05-23 17:57:17 +0000
+++ b/lisp/progmodes/python.el  2011-05-24 03:38:35 +0000
@@ -2361,6 +2361,7 @@
 
 (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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]