Don't quote lambda expressions with `quote'.
[bpt/emacs.git] / lisp / progmodes / python.el
index 67a51df..e35fc89 100644 (file)
@@ -2380,7 +2380,7 @@ without confirmation."
              (features (cons 'python-mode features))) ; and requires this
          (brm-init)                    ; second line of normal recipe
          (remove-hook 'python-mode-hook ; undo this from `brm-init'
-                      '(lambda () (easy-menu-add brm-menu)))
+                      (lambda () (easy-menu-add brm-menu)))
          (easy-menu-define
            python-brm-menu python-mode-map
            "Bicycle Repair Man"